/** * \file * * * \brief Configuration file for NTC module. * * \author Daniele Basile */ #ifndef CFG_NTC_H #define CFG_NTC_H /** * 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 */