Change the syntax of the wizard tag also in the configuration files.
[bertos.git] / bertos / cfg / cfg_ntc.h
index 9566bd7fc4581ed5e987818624322eababf61eef..2821220452038fd900f2d2aacf634b38c18459ce 100644 (file)
@@ -39,9 +39,9 @@
 #ifndef CFG_NTC_H
 #define CFG_NTC_H
 
-///< Max value of the dsty cycle on triac. $WIZARD = { "type" : "int" }
-#define NTC_OPEN_CIRCUIT  -3s768
-///< Max value of the triac power. $WIZARD = { "type" : "int" }
+/// Max value of the dsty cycle on triac. $WIZ$ type = "int"
+#define NTC_OPEN_CIRCUIT  -32768
+/// Max value of the triac power. $WIZ$ type = "int"
 #define NTC_SHORT_CIRCUIT 32767
 
 #endif /* CFG_NTC_H */