Support MJPEG Video Demo

Dependents:   RGA-MJPEG_VideoDemo

Fork of USBHost_custom by Renesas

Files at this revision

API Documentation at this revision

Comitter:
zkimike
Date:
Wed Nov 01 20:55:45 2017 +0000
Parent:
40:cdc0d2ab4678
Commit message:
In crease baud rate

Changed in this revision

USBHost/dbg.h Show annotated file Show diff for this revision Revisions of this file
--- a/USBHost/dbg.h	Fri Mar 17 01:29:52 2017 +0000
+++ b/USBHost/dbg.h	Wed Nov 01 20:55:45 2017 +0000
@@ -18,7 +18,7 @@
 #define USB_DEBUG_H
 
 //Debug is disabled by default
-#define DEBUG 3 /*INFO,ERR,WARN*/
+#define DEBUG 2 /*INFO,ERR,WARN*/
 #define DEBUG_TRANSFER 0
 #define DEBUG_EP_STATE 0
 #define DEBUG_EVENT 0