Revised to support both SD and USB file system
Dependents: Multi-FileSystem Multi-FileSystem
Fork of MSCFileSystem by
Diff: USBHostLite/usbhost_lpc17xx.h
- Revision:
- 8:c65b3b101292
- Parent:
- 0:3e7d2baed4b4
--- a/USBHostLite/usbhost_lpc17xx.h Thu Apr 18 14:01:37 2013 +0000 +++ b/USBHostLite/usbhost_lpc17xx.h Sat Mar 12 23:59:02 2016 +0000 @@ -33,7 +33,7 @@ ************************************************************************************************************** */ -#define PRINT_ENABLE 1 +#define PRINT_ENABLE 0 #if PRINT_ENABLE #define PRINT_Log(...) printf(__VA_ARGS__)