X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_thermo.h;h=2734f8990b9c8a6bb98a11b8e13fa3364818caf1;hb=a5b1dc3c2884ee2160c6fee43e4a34b83453b87f;hp=e68c63717dd037416dd74af8e90436b3e092f559;hpb=498d4635ee84589bd568ce86981a3d2de57c90be;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]. *