X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fntc.h;h=942965a2e856f9f59bcd84f2321304655e412f63;hb=cab3f45017be1c781cfe11377ae0ecb0c00f2e59;hp=3a160ea72d9130b09b3a0054fc14e44298243928;hpb=37efb5bdc0504ab6df2e8db0635c9c6f7477e23e;p=bertos.git diff --git a/bertos/drv/ntc.h b/bertos/drv/ntc.h index 3a160ea7..942965a2 100644 --- a/bertos/drv/ntc.h +++ b/bertos/drv/ntc.h @@ -30,7 +30,7 @@ * All Rights Reserved. * --> * - * \brief Driver for NTC sensors (reads a temperature through an ADC) + * \brief Driver for NTC sensors (reads a temperature through an ADC). * * \version $Id$ * @@ -38,7 +38,7 @@ * \author Francesco Sacchi * * $WIZ$ module_name = "ntc" - * $WIZ$ module_depends = "adc" + * $WIZ$ module_hw = "bertos/hw/hw_ntc.h", "bertos/hw/ntc_map.h" */ #ifndef DRV_NTC_H