USB composite device example program, drag-and-drop flash writer.

Dependencies:   SWD USBDevice mbed BaseDAP

Revision:
1:ea8e179320d7
Parent:
0:2385683c867a
--- a/tests/mydebug.cpp	Tue Sep 17 04:33:44 2013 +0000
+++ b/tests/mydebug.cpp	Sat Sep 28 03:21:14 2013 +0000
@@ -1,6 +1,6 @@
 // mydebug.cpp 2013/4/22
 #include "mydebug.h"
-#ifdef MY_DEBUG
+
 #include <string.h>
 void debug_hex(uint8_t* buf, int len)
 {
@@ -176,5 +176,3 @@
                                                                         wdata, rdata, ack); 
     debug("\n");
 }
-
-#endif