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.
Fork of FATFileSystem by
Revision 10:c8f664ac0494, committed 2016-12-19
- Comitter:
- jfranco
- Date:
- Mon Dec 19 16:15:48 2016 +0000
- Parent:
- 9:e2ab678eb692
- Commit message:
- FileSystem update
Changed in this revision
| FATFileSystem.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/FATFileSystem.h Sat Jul 30 20:47:51 2016 +0000
+++ b/FATFileSystem.h Mon Dec 19 16:15:48 2016 +0000
@@ -87,7 +87,7 @@
virtual int disk_read(uint8_t *buffer, uint32_t sector, uint32_t count) = 0;
virtual int disk_write(const uint8_t *buffer, uint32_t sector, uint32_t count) = 0;
virtual int disk_sync() { return 0; }
- virtual uint32_t disk_sectors() = 0;
+ virtual uint64_t disk_sectors() = 0;
};
