X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_flash25.h;h=4b478b21d83abbade98ce3cb43b6601594e9c53d;hb=4a71fb58e067d3dc00fe1c29927f945bd34be49a;hp=95a74e9fad637cdffe4bce119132763a775b013f;hpb=f44390327c7adef19c91192d1cab83b682c5ae3b;p=bertos.git diff --git a/bertos/cfg/cfg_flash25.h b/bertos/cfg/cfg_flash25.h index 95a74e9f..4b478b21 100644 --- a/bertos/cfg/cfg_flash25.h +++ b/bertos/cfg/cfg_flash25.h @@ -32,7 +32,6 @@ * * \brief Configuration file for flash25 module. * - * \version $Id$ * * \author Daniele Basile */ @@ -41,13 +40,11 @@ #define CFG_FLASH25_H /** + * Eeprom memory type. * - * $WIZARD = { - * "type" : "enum", - * "value_list" : "flash25_list" - * } + *$WIZ$ type = "enum" + *$WIZ$ value_list = "flash25_list" */ -/// Eeprom memory type. #define CONFIG_FLASH25 FLASH25_AT25F2048 #endif /* CFG_FALSH25_H */