X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_ntc.h;fp=bertos%2Fcfg%2Fcfg_ntc.h;h=2821220452038fd900f2d2aacf634b38c18459ce;hb=4b3ac136e2d0ad9f1d1860b9ca1b355e242f0bb1;hp=9566bd7fc4581ed5e987818624322eababf61eef;hpb=b713eefbd7239079a79b2df8900d833030a9c1fc;p=bertos.git diff --git a/bertos/cfg/cfg_ntc.h b/bertos/cfg/cfg_ntc.h index 9566bd7f..28212204 100644 --- a/bertos/cfg/cfg_ntc.h +++ b/bertos/cfg/cfg_ntc.h @@ -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 */