X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_dataflash.h;h=4e7dfbd9d4aee3fd538f3531372210ec3335f380;hb=3d3ba83839f2a8faed6c373e5153d61672ce7fb6;hp=d0ff90e47d0225aaddbc03102ea00a3c4f0f76ab;hpb=a625fd2523a0c960351f124baa7cd5c3c69c3272;p=bertos.git diff --git a/bertos/cfg/cfg_dataflash.h b/bertos/cfg/cfg_dataflash.h index d0ff90e4..4e7dfbd9 100644 --- a/bertos/cfg/cfg_dataflash.h +++ b/bertos/cfg/cfg_dataflash.h @@ -32,8 +32,6 @@ * * \brief Configuration file for data flash memory module. * - * \version $Id$ - * * \author Daniele Basile */ @@ -41,22 +39,17 @@ #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 */ - -