X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_ntc.h;h=2821220452038fd900f2d2aacf634b38c18459ce;hb=e72d867e54dbd5b37fa15fff8356c9327d02484e;hp=9566bd7fc4581ed5e987818624322eababf61eef;hpb=95041d1f0f4d90910c990f23143d0d652ea690c1;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 */