X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_ntc.h;h=09b57e22421346612bdf93da4c35961e0b647556;hb=ed5ab8253db569e0ed85a35cc9beff02a2d204bc;hp=9566bd7fc4581ed5e987818624322eababf61eef;hpb=95041d1f0f4d90910c990f23143d0d652ea690c1;p=bertos.git diff --git a/bertos/cfg/cfg_ntc.h b/bertos/cfg/cfg_ntc.h index 9566bd7f..09b57e22 100644 --- a/bertos/cfg/cfg_ntc.h +++ b/bertos/cfg/cfg_ntc.h @@ -30,18 +30,25 @@ * * --> * - * \brief Configuration file for phase module. + * \brief Configuration file for NTC module. * - * \version $Id$ * \author Daniele Basile */ #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" } -#define NTC_SHORT_CIRCUIT 32767 +/** + * Module logging level. + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_level" + */ +#define CONFIG_NTC_LOG_LEVEL LOG_LVL_INFO +/** + * Module logging format. + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_format" + */ +#define CONFIG_NTC_LOG_FORMAT LOG_FMT_TERSE #endif /* CFG_NTC_H */