X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_flash25.h;fp=bertos%2Fcfg%2Fcfg_flash25.h;h=d3f6f5ab2a55901147fd4383f1e7b321cc4f6ec4;hb=4b3ac136e2d0ad9f1d1860b9ca1b355e242f0bb1;hp=95a74e9fad637cdffe4bce119132763a775b013f;hpb=b713eefbd7239079a79b2df8900d833030a9c1fc;p=bertos.git diff --git a/bertos/cfg/cfg_flash25.h b/bertos/cfg/cfg_flash25.h index 95a74e9f..d3f6f5ab 100644 --- a/bertos/cfg/cfg_flash25.h +++ b/bertos/cfg/cfg_flash25.h @@ -41,13 +41,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 */