Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: FATFileSystem.h
- 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