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.
Dependents: MemFilesystem_test
Fork of SDFileSystem by
Diff: SDFileSystem.h
- Revision:
- 4:013bb7c490c0
- Parent:
- 3:7b35d1709458
diff -r 7b35d1709458 -r 013bb7c490c0 SDFileSystem.h
--- a/SDFileSystem.h Mon Mar 17 14:34:01 2014 +0000
+++ b/SDFileSystem.h Wed Apr 01 16:30:44 2015 +0000
@@ -56,8 +56,8 @@
virtual int disk_initialize();
virtual int disk_status();
- virtual int disk_read(uint8_t * buffer, uint64_t block_number);
- virtual int disk_write(const uint8_t * buffer, uint64_t block_number);
+ virtual int disk_read(uint8_t * buffer, uint64_t block_number, uint8_t count);
+ virtual int disk_write(const uint8_t * buffer, uint64_t block_number, uint8_t count);
virtual int disk_sync();
virtual uint64_t disk_sectors();
