X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fntc.h;h=cb606b875f1e75d68ab566d61d2cd86ccc18890d;hb=55cb504cb865f019f6d1c82f9d51713a664ad9c4;hp=04ab4d2020a22b69de89973e065152ac51888154;hpb=c7fb36e3638f5dabccb1811d53ec8b781b06299d;p=bertos.git diff --git a/bertos/drv/ntc.h b/bertos/drv/ntc.h index 04ab4d20..cb606b87 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,8 +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" + * $WIZ$ module_hw = "bertos/hw/hw_ntc.h", "bertos/hw/ntc_map.h", "bertos/hw/hw_ntc.c" */ #ifndef DRV_NTC_H @@ -48,6 +47,7 @@ #include "hw/ntc_map.h" #include +#include #define NTC_OPEN_CIRCUIT -32768 #define NTC_SHORT_CIRCUIT 32767