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: USBDevice USBMSD_SD mbed
Fork of USBMSD_SD_HelloWorld_Mbed by
Diff: ChaNFSSD/SDFileSystem.h
- Revision:
- 16:c753717bfd4d
- Parent:
- 14:757226626acb
--- a/ChaNFSSD/SDFileSystem.h Tue Dec 06 14:07:51 2011 +0000
+++ b/ChaNFSSD/SDFileSystem.h Sun Dec 11 13:35:44 2011 +0000
@@ -60,8 +60,6 @@
virtual int disk_sync();
virtual int disk_sectors();
virtual int disk_size();
-
- virtual void suspendStateChanged(unsigned int suspended);
protected:
@@ -80,8 +78,6 @@
int capacity;
- int _status;
-
SPI _spi;
DigitalOut _cs;
};
