A board support package for the LPC4088 Display Module.
Dependencies: DM_HttpServer DM_USBHost
Dependents: lpc4088_displaymodule_emwin lpc4088_displaymodule_demo_sphere sampleGUI sampleEmptyGUI ... more
Fork of DMSupport by
Diff: Memory/SPIFI.h
- 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: