Modify tag for the wizard.
[bertos.git] / bertos / drv / ntc.h
index 70139e175a42ecffeaab1c192cf9d32cad567c70..cc67f40f290db370298de1dcc6c7e8d287b18d5c 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/**
  * \file
  * <!--
  * This file is part of BeRTOS.
  * 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>
  *
- * $WIZARD_MODULE = {
- * "name" : "ntc",
- * "depends" : ["adc"],
- * "configuration" : ""
- * }
+ * $WIZ$ module_name = "ntc"
+ * $WIZ$ module_hw = "bertos/hw/hw_ntc.h", "bertos/hw/ntc_map.h", "bertos/hw/hw_ntc.c"
  */
 
 #ifndef DRV_NTC_H
@@ -50,6 +47,7 @@
 #include "hw/ntc_map.h"
 
 #include <cfg/compiler.h>
+#include <cfg/debug.h>
 
 #define NTC_OPEN_CIRCUIT  -32768
 #define NTC_SHORT_CIRCUIT 32767