X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Ffs%2Ffat.h;h=df748d5b0147928cb3a8417443bf0269dd883fa6;hb=6fffd0614f75137e8fed424c87835d4e7d478ef7;hp=26d0d1c08a037eeb1ad425f5bb04003dd6346f09;hpb=911d2706a86d326786bfe721dcc3d63aeade7f28;p=bertos.git diff --git a/bertos/fs/fat.h b/bertos/fs/fat.h index 26d0d1c0..df748d5b 100644 --- a/bertos/fs/fat.h +++ b/bertos/fs/fat.h @@ -35,13 +35,12 @@ * This driver needs some low level hardware access functions. An example implementation * is provided in sd.h. * - * \version $Id$ * * \author Luca Ottaviano * * $WIZ$ module_name = "fat" * $WIZ$ module_configuration = "bertos/cfg/cfg_fat.h" - * $WIZ$ module_depends = "kfile", "ff" + * $WIZ$ module_depends = "kfile", "ff", "diskio" * */