X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_flash25.h;h=4b478b21d83abbade98ce3cb43b6601594e9c53d;hb=6782cd93ae622b7e2a603ce069ceb84c5eb448b9;hp=361277a1e4264c48cb93e40c8a20446798fa5873;hpb=e0960b1b787503b712e42776f980d792836992fd;p=bertos.git diff --git a/bertos/cfg/cfg_flash25.h b/bertos/cfg/cfg_flash25.h index 361277a1..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 */ @@ -40,7 +39,12 @@ #ifndef CFG_FLASH25_H #define CFG_FLASH25_H -/// Eeprom memory type. +/** + * Eeprom memory type. + * + *$WIZ$ type = "enum" + *$WIZ$ value_list = "flash25_list" + */ #define CONFIG_FLASH25 FLASH25_AT25F2048 #endif /* CFG_FALSH25_H */