X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_kfile.h;h=291a38813427ca0ddf93d9cba70d065016e56335;hb=72c5f5cde2bc9ffe5427d65bb8f798bf8c4a0cce;hp=da5f5350d665d883544fb1af89e66533b79cf2fa;hpb=2e550c2c1429d917fd7188c3a92bc7eb87536d98;p=bertos.git diff --git a/bertos/cfg/cfg_kfile.h b/bertos/cfg/cfg_kfile.h index da5f5350..291a3881 100644 --- a/bertos/cfg/cfg_kfile.h +++ b/bertos/cfg/cfg_kfile.h @@ -41,19 +41,21 @@ /** * Module logging level. - * $WIZARD = { "type" : "enum", "value_list" : "log_level" } + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_level" */ #define KFILE_LOG_LEVEL LOG_LVL_INFO /** * Module logging format. - * $WIZARD = { "type" : "enum", "value_list" : "log_format" } + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_format" */ #define KFILE_LOG_FORMAT LOG_FMT_TERSE /** * Enable the gets function with echo. - * $WIZARD = { "type" : "boolean" } + * $WIZ$ type = "boolean" */ #define CONFIG_KFILE_GETS 0