Move unpack lwip ip address macro to macros module.
[bertos.git] / bertos / cfg / cfg_ntc.h
index 2821220452038fd900f2d2aacf634b38c18459ce..09b57e22421346612bdf93da4c35961e0b647556 100644 (file)
  *
  * -->
  *
- * \brief Configuration file for phase module.
+ * \brief Configuration file for NTC module.
  *
- * \version $Id$
  * \author Daniele Basile <asterix@develer.com>
  */
 
 #ifndef CFG_NTC_H
 #define CFG_NTC_H
 
-/// Max value of the dsty cycle on triac. $WIZ$ type = "int"
-#define NTC_OPEN_CIRCUIT  -32768
-/// Max value of the triac power. $WIZ$ 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 */