doc: Remove doxygen warnings.
[bertos.git] / bertos / cfg / cfg_dataflash.h
index d0ff90e47d0225aaddbc03102ea00a3c4f0f76ab..4e7dfbd9d4aee3fd538f3531372210ec3335f380 100644 (file)
@@ -32,8 +32,6 @@
  *
  * \brief Configuration file for data flash memory module.
  *
- * \version $Id$
- *
  * \author Daniele Basile <asterix@develer.com>
  */
 
 #define CFG_DATAFLASH_H
 
 /**
- * Logging level definition.
- *
- * Use 0 to log only the error messages
- * Use 1 to log the error and warning messages
- * Use 2 to log all messages
+ * Module logging level.
+ * $WIZ$ type = "enum"
+ * $WIZ$ value_list = "log_level"
  */
-#define DATAFLASH_LOG_LEVEL      2
+#define DATAFLASH_LOG_LEVEL      LOG_LVL_INFO
 
 /**
- * Set logging verbosity.
- *
- * If verbosity is zero print short log messages.
+ * Module logging format.
+ * $WIZ$ type = "enum"
+ * $WIZ$ value_list = "log_format"
  */
-#define DATAFLASH_LOG_VERBOSITY    0
-
+#define DATAFLASH_LOG_FORMAT     LOG_FMT_TERSE
 
 #endif /* CFG_DATAFLASH_H */
-
-