Dependencies: DM_FATFileSystem EthernetInterface HTTPClient mbed-rtos mbed-src
Fork of DMSupport by
Diff: Memory/SPIFI.cpp
- Revision:
- 37:07659b5d90ce
- Parent:
- 22:1a58a518435c
--- a/Memory/SPIFI.cpp Fri Mar 20 14:44:06 2015 +0000 +++ b/Memory/SPIFI.cpp Mon Mar 23 13:45:16 2015 +0000 @@ -257,7 +257,7 @@ return Ok; } -SPIFI::SpifiError SPIFI::erase(uint32_t dest, unsigned len, char* src, bool verify, char* scratch) +SPIFI::SpifiError SPIFI::erase(uint32_t dest, unsigned len, bool verify, char* scratch) { SPIFIopers opers; opers.dest = (char *)dest;