SWUpdate library to be used with RPC.

Fork of SWUpdate by David Smart

Revision:
15:49cc43dcbbf6
Parent:
14:0e012d53c6df
Child:
16:de99e872fc9d
--- a/SWUpdate.cpp	Fri Jun 27 20:57:23 2014 +0000
+++ b/SWUpdate.cpp	Sat Jun 28 19:46:46 2014 +0000
@@ -11,7 +11,7 @@
 
 extern "C" void mbed_reset();
 
-#define DEBUG "SWup"
+//#define DEBUG "SWup"
 #include <cstdio>
 #if (defined(DEBUG) && !defined(TARGET_LPC11U24))
 #define DBG(x, ...)  std::printf("[DBG %s %3d] "x"\r\n", DEBUG, __LINE__, ##__VA_ARGS__);