t

Dependencies:   DM_FATFileSystem DM_HttpServer DM_USBHost EthernetInterface USBDevice mbed-rpc mbed-rtos

Fork of DMSupport by Embedded Artists

Revision:
37:07659b5d90ce
Parent:
22:1a58a518435c
diff -r 92193dc72995 -r 07659b5d90ce Memory/SPIFI.h
--- 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: