Revised to support ability to have both SD and USB drives mounted.

Dependents:   Multi-FileSystem Multi-FileSystem

Fork of FATFileSystem by mbed official

Revision:
12:d816f503fc6f
Parent:
11:2f7ad4af3ec1
--- a/MemFileSystem.h	Thu Jul 20 10:58:56 2017 +0000
+++ b/MemFileSystem.h	Sat Jul 29 12:39:03 2017 +0000
@@ -10,7 +10,7 @@
 
 // 4 Bytes / Sector, each 512 Bytes - malloc'd as required
 // Value was 2000 (8K)
-#define NUM_SECTORS 500
+#define NUM_SECTORS 100
 #define SECTOR_SIZE 512
 
 // moved the zeroed RAM buffer to flash,