X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_battfs.h;h=fb438a084fdc752bcbf5b6c341adaf7392a44f02;hb=6b98b0991528daa601e3b732b92c343d2752749f;hp=da7c22b4ee182f43b7f69fedb9fbc2749bc3c4f1;hpb=134049962a9e7465fbede3ab7e4d1ba9a61f814c;p=bertos.git diff --git a/bertos/cfg/cfg_battfs.h b/bertos/cfg/cfg_battfs.h index da7c22b4..fb438a08 100644 --- a/bertos/cfg/cfg_battfs.h +++ b/bertos/cfg/cfg_battfs.h @@ -32,7 +32,7 @@ * * \brief Configuration file for BattFS module. * - * \version $Id: cfg_adc.h 1603 2008-08-10 17:18:44Z bernie $ + * \version $Id$ * \author Daniele Basile */ @@ -43,21 +43,24 @@ /** * 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 /** - * Set to 1 to enable free page shuffling: this - * increase memories life but makes debugging + * 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