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 11:bb522ef868ef, committed 2018-01-08
- Comitter:
- vincenzoDMT
- Date:
- Mon Jan 08 15:04:51 2018 +0000
- Parent:
- 9:e2ab678eb692
- Commit message:
- nothing
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 Jan 08 15:04:51 2018 +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;
};
