aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gfile/inc_fatfs.c9
1 files changed, 9 insertions, 0 deletions
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
********************************************************/