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

Dependents:   Multi-FileSystem Multi-FileSystem

Fork of FATFileSystem by mbed official

Revision:
8:f08059355141
Parent:
7:094f84646b9f
Child:
10:e58f6254f8a2
--- a/FATFileSystem.h	Fri Dec 11 16:16:25 2015 +0000
+++ b/FATFileSystem.h	Sat Mar 12 23:58:38 2016 +0000
@@ -40,7 +40,7 @@
 
     static FATFileSystem * _ffs[_VOLUMES];   // FATFileSystem objects, as parallel to FatFs drives array
     FATFS _fs;                               // Work area (file system object) for logical drive
-    char _fsid[2];
+    char _fsid[3];                           // "0\n", "1\n"
 
     /**
      * Opens a file on the filesystem