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.
Dependencies: FATFileSystem
Diff: SDFileSystem.h
- Revision:
- 7:0ad1b148d899
- Parent:
- 4:3f40cbfe801c
diff -r 8db0d3b02cec -r 0ad1b148d899 SDFileSystem.h --- a/SDFileSystem.h Fri Sep 09 19:35:14 2016 +0000 +++ b/SDFileSystem.h Fri Nov 15 12:34:18 2019 +0000 @@ -52,7 +52,7 @@ * @param name The name used to access the virtual filesystem */ SDFileSystem(PinName mosi, PinName miso, PinName sclk, PinName cs, const char* name); - virtual int disk_initialize(); + virtual int disk_initialize(); virtual int disk_status(); virtual int disk_read(uint8_t* buffer, uint32_t block_number, uint32_t count); virtual int disk_write(const uint8_t* buffer, uint32_t block_number, uint32_t count);