Update benchmark projects.
[bertos.git] / bertos / drv / ntc.h
index 04ab4d2020a22b69de89973e065152ac51888154..d1ba3b25e34d1a5412dfccd365349c228bf88266 100644 (file)
  * 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$
  *
  * \author Giovanni Bajo <rasky@develer.com>
  * \author Francesco Sacchi <batt@develer.com>
  *
  * $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 +46,7 @@
 #include "hw/ntc_map.h"
 
 #include <cfg/compiler.h>
+#include <cfg/debug.h>
 
 #define NTC_OPEN_CIRCUIT  -32768
 #define NTC_SHORT_CIRCUIT 32767