X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_battfs.h;fp=bertos%2Fcfg%2Fcfg_battfs.h;h=a3f09e1d607489d0b76c71df2e4c1022a0a5d656;hb=4b3ac136e2d0ad9f1d1860b9ca1b355e242f0bb1;hp=da7c22b4ee182f43b7f69fedb9fbc2749bc3c4f1;hpb=b713eefbd7239079a79b2df8900d833030a9c1fc;p=bertos.git diff --git a/bertos/cfg/cfg_battfs.h b/bertos/cfg/cfg_battfs.h index da7c22b4..a3f09e1d 100644 --- a/bertos/cfg/cfg_battfs.h +++ b/bertos/cfg/cfg_battfs.h @@ -43,14 +43,16 @@ /** * Module logging level. * - * $WIZARD = { "type" : "enum", "value_list" : "log_level" } + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_level" */ #define BATTFS_LOG_LEVEL LOG_LVL_INFO /** * module logging format. * - * $wizard = { "type" : "enum", "value_list" : "log_format" } + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_format" */ #define BATTFS_LOG_FORMAT LOG_FMT_VERBOSE @@ -58,6 +60,7 @@ * Set to 1 to enable free page shuffling: this * increase memories life but makes debugging * more difficult due to its unrepeteable state. + * $WIZ$ type = "boolean" */ #define CONFIG_BATTFS_SHUFFLE_FREE_PAGES 0