Some fix to comply to new bertos version.
[bertos.git] / boards / ek-lm3s1968 / examples / gps / cfg / cfg_thermo.h
index 0099fa8706e09c6fd22631803277ddd58df3fbb0..2734f8990b9c8a6bb98a11b8e13fa3364818caf1 100644 (file)
 #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].
  *