disable unnecessary prints

Dependents:   PLAUCI_full

Revision:
1:1538f5588c56
Parent:
0:e042bdf9c219
--- a/usbhost_lpc17xx.h	Thu Oct 22 17:16:11 2015 +0000
+++ b/usbhost_lpc17xx.h	Tue Jan 12 21:35:20 2016 +0000
@@ -33,7 +33,7 @@
 **************************************************************************************************************
 */
 
-#define  PRINT_ENABLE         1
+#define  PRINT_ENABLE         0
 
 #if PRINT_ENABLE
 #define  PRINT_Log(...)       printf(__VA_ARGS__)