X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fflash25.h;fp=bertos%2Fdrv%2Fflash25.h;h=53ca9197ef63d45ef3a285874a33f8412689efd6;hb=37efb5bdc0504ab6df2e8db0635c9c6f7477e23e;hp=e3fd3e9dfc6c049f9d22d254a3bad9d4e8f3f857;hpb=c4e10478569740bd284cc41a47dd5227150a6f00;p=bertos.git diff --git a/bertos/drv/flash25.h b/bertos/drv/flash25.h index e3fd3e9d..53ca9197 100644 --- a/bertos/drv/flash25.h +++ b/bertos/drv/flash25.h @@ -36,11 +36,9 @@ * \version $Id$ * \author Daniele Basile * - * $wizard_module = { - * "name" : "flash25", - * "depends" : ["kfile"], - * "configuration" : "bertos/cfg/cfg_flash25.h" - * } + * $WIZ$ module_name = "flash25" + * $WIZ$ module_depends = "kfile" + * $WIZ$ module_configuration = "bertos/cfg/cfg_flash25.h" */ @@ -90,9 +88,7 @@ INLINE Flash25 * FLASH25_CAST(KFile *fd) * this drive. Every time we call flash25_init() function we check * if memory defined are right (see flash25.c form more detail). * - * $WIZARD_LIST = { - * "flash25_list" : ["FLASH25_AT25F2048"] - * } + * $WIZ$ flash25_list = "FLASH25_AT25F2048" */ #define FLASH25_AT25F2048 1