X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Ffs%2Fbattfs.h;h=4c7e619d845c69847cb098725dc384351f4c3662;hb=aebae5a2463a4064def627e91f345dcd027b01be;hp=acd0f974a8e8297775caeaacbbbb58e3f6887d96;hpb=dc5766308da16c918dda7cd87c071fe0134115c3;p=bertos.git diff --git a/bertos/fs/battfs.h b/bertos/fs/battfs.h index acd0f974..4c7e619d 100644 --- a/bertos/fs/battfs.h +++ b/bertos/fs/battfs.h @@ -37,11 +37,9 @@ * \brief BattFS: a filesystem for embedded platforms (interface). * TODO: Add detailed filesystem description. * - * $WIZAR_MODULE = { - * "name" : "battfs", - * "depends" : ["rotating_hash", "kfile"], - * "configuration" : "bertos/cfg/cfg_battfs.h" - * } + * $WIZ$ module_name = "battfs" + * $WIZ$ module_depends = "rotating_hash", "kfile" + * $WIZ$ module_configuration = "bertos/cfg/cfg_battfs.h" */ #ifndef FS_BATTFS_H