Update triface example and fix nightly tests
[bertos.git] / boards / triface / examples / triface / cfg / cfg_fat.h
index d418b783baf89b2f9f3b5095c916858ec5538de6..fcd717af3591aede4c4b578bab04e6f794d445c2 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Configuration file for Fat module.
  *
- * \version $Id$
  *
  * \author Luca Ottaviano <lottaviano@develer.com>
  * \author Francesco Sacchi <batt@develer.com>
 #ifndef CFG_FAT_H
 #define CFG_FAT_H
 
+/**
+ * Module logging level.
+ *
+ * $WIZ$ type = "enum"
+ * $WIZ$ value_list = "log_level"
+ */
+#define FAT_LOG_LEVEL      LOG_LVL_ERR
+
+/**
+ * Module logging format.
+ *
+ * $WIZ$ type = "enum"
+ * $WIZ$ value_list = "log_format"
+ */
+#define FAT_LOG_FORMAT     LOG_FMT_VERBOSE
+
+
 /**
  * Use word alignment to access FAT structure.
  * $WIZ$ type = "boolean"