Use double quotes for PREFIX and SUFFIX
[bertos.git] / bertos / drv / ntc.h
index 70139e175a42ecffeaab1c192cf9d32cad567c70..04ab4d2020a22b69de89973e065152ac51888154 100644 (file)
  * \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_depends = "adc"
+ * $WIZ$ module_hw = "bertos/hw/hw_ntc.h", "bertos/hw/ntc_map.h"
  */
 
 #ifndef DRV_NTC_H