X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_dataflash.h;h=8bd7828a151ed465fd488f3a4a1c38152fcb0ccb;hb=a4b71e4e11cee76d8055f5b110ffcc3f2f3a9314;hp=e7a6938396509c446b223256d0cafb99215fc2dc;hpb=5f8280945446a255b5ef549ab70559a41623adc9;p=bertos.git diff --git a/bertos/cfg/cfg_dataflash.h b/bertos/cfg/cfg_dataflash.h index e7a69383..8bd7828a 100644 --- a/bertos/cfg/cfg_dataflash.h +++ b/bertos/cfg/cfg_dataflash.h @@ -41,13 +41,15 @@ /** * Module logging level. - * $WIZARD = { "type" : "enum", "value_list" : "log_level" } + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_level" */ #define DATAFLASH_LOG_LEVEL LOG_LVL_INFO /** * Module logging format. - * $WIZARD = { "type" : "enum", "value_list" : "log_format" } + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_format" */ #define DATAFLASH_LOG_FORMAT LOG_FMT_TERSE