X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fflash25.h;h=96aab7489eacd0b2a6b79c9dc559569686e85298;hb=4195cd0a5ca51e42d4f094cd6edd02339662e8b0;hp=e3fd3e9dfc6c049f9d22d254a3bad9d4e8f3f857;hpb=f44390327c7adef19c91192d1cab83b682c5ae3b;p=bertos.git diff --git a/bertos/drv/flash25.h b/bertos/drv/flash25.h index e3fd3e9d..96aab748 100644 --- a/bertos/drv/flash25.h +++ b/bertos/drv/flash25.h @@ -33,14 +33,11 @@ * \brief Function library for serial Flash memory. * * - * \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 +87,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