bla bla bla

Fork of FATFileSystem by mbed official

Revision:
10:8cbefd1544ea
Parent:
1:46ce1e16c870
--- a/FATFileSystem.h	Thu Nov 29 10:56:08 2012 +0000
+++ b/FATFileSystem.h	Wed Nov 09 00:44:44 2016 +0000
@@ -38,6 +38,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;
+    int _name;
 
     virtual FileHandle *open(const char* name, int flags);
     virtual int remove(const char *filename);