From 1785f32976ece91f7b483222c0eb688ed61653e6 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 25 Jun 2014 05:31:41 +0200 Subject: [PATCH] added ToDo list --- src/gfile/inc_fatfs.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/gfile/inc_fatfs.c b/src/gfile/inc_fatfs.c index c90b6c30..911cf59c 100644 --- a/src/gfile/inc_fatfs.c +++ b/src/gfile/inc_fatfs.c @@ -12,6 +12,15 @@ #include "ff.h" #include "ffconf.h" +/* + * ToDo: + * + * - fatfsExists() + * - f_mount has to be called before the disk can be accessed + * - complete _flags2mode() + * - restructure provided diskio.c files + * - do full testing + */ /******************************************************** * The FAT file-system VMT ********************************************************/