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: DM_FATFileSystem EthernetInterface HTTPClient mbed-rtos mbed-src
Fork of DMSupport by
Diff: Memory/SPIFI.h
- Revision:
- 37:07659b5d90ce
- Parent:
- 22:1a58a518435c
--- a/Memory/SPIFI.h Fri Mar 20 14:44:06 2015 +0000
+++ b/Memory/SPIFI.h Mon Mar 23 13:45:16 2015 +0000
@@ -198,7 +198,7 @@
* Ok on success
* An error code on failure
*/
- SpifiError erase(uint32_t dest, unsigned len, char* src, bool verify=false, char* scratch=NULL);
+ SpifiError erase(uint32_t dest, unsigned len, bool verify=false, char* scratch=NULL);
private:
