X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fntc.h;h=d1ba3b25e34d1a5412dfccd365349c228bf88266;hb=a5a4e29851b8de831681013945abe8764c594cec;hp=31c4ce59e2f7e8b7a308197ce8c615d667f4c272;hpb=c439c5c30317f0210ca62fd32b6d841037f544c9;p=bertos.git diff --git a/bertos/drv/ntc.h b/bertos/drv/ntc.h index 31c4ce59..d1ba3b25 100644 --- a/bertos/drv/ntc.h +++ b/bertos/drv/ntc.h @@ -32,13 +32,12 @@ * * \brief Driver for NTC sensors (reads a temperature through an ADC). * - * \version $Id$ * * \author Giovanni Bajo * \author Francesco Sacchi * * $WIZ$ module_name = "ntc" - * $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