FATFileSystem

Dependents:   SDFileSystem IPS SDFileSystem SDFileSystem ... more

Fork of FATFileSystem by mbed official

Revision:
5:b3b3370574cf
Parent:
4:3ff2606d5713
Child:
7:094f84646b9f
--- a/FATFileSystem.h	Thu Aug 28 13:15:31 2014 +0100
+++ b/FATFileSystem.h	Thu Aug 13 10:15:39 2015 +0100
@@ -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
-    int _fsid;
+    char _fsid[2];
 
     /**
      * Opens a file on the filesystem