Dual CANbus monitor and instrumentation cluster supporting ILI9341 display controller

Dependencies:   SPI_TFTx2_ILI9341 TOUCH_TFTx2_ILI9341 TFT_fonts mbed

Fork of CANary by Tick Tock

Branch:
Metric
Revision:
111:d1559bb25c43
Parent:
109:3e6f0e8fca0d
--- a/USBHostLite/usbhost_lpc17xx.h	Sun Jun 30 19:52:38 2013 +0000
+++ b/USBHostLite/usbhost_lpc17xx.h	Sun Jun 30 23:04:56 2013 +0000
@@ -33,7 +33,7 @@
 **************************************************************************************************************
 */
 
-#define  PRINT_ENABLE         1
+#define  PRINT_ENABLE         0
 
 #if PRINT_ENABLE
 #define  PRINT_Log(...)       printf(__VA_ARGS__)