X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_thermo.h;h=2734f8990b9c8a6bb98a11b8e13fa3364818caf1;hb=37bbfd11b80f968535691d81ef43e08489c98f86;hp=e68c63717dd037416dd74af8e90436b3e092f559;hpb=4ffc0206dec3624326e03137371abebd003de845;p=bertos.git diff --git a/bertos/cfg/cfg_thermo.h b/bertos/cfg/cfg_thermo.h index e68c6371..2734f899 100644 --- a/bertos/cfg/cfg_thermo.h +++ b/bertos/cfg/cfg_thermo.h @@ -32,13 +32,26 @@ * * \brief Configuration file for thermo module. * - * \version $Id$ * \author Daniele Basile */ #ifndef CFG_THERMO_H #define CFG_THERMO_H +/** + * Module logging level. + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_level" + */ +#define CONFIG_THERMO_LOG_LEVEL LOG_LVL_ERR +/** + * Module logging format. + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_format" + */ +#define CONFIG_THERMO_LOG_FORMAT LOG_FMT_TERSE + + /** * Interval at which thermo control is performed [ms]. *