forked from xuos/xiuos
Modify usb log level to Debug
This commit is contained in:
parent
aa7c708a4b
commit
883cd6e4d5
|
@ -45,7 +45,7 @@ extern "C"
|
|||
// #define usb_align(align, size) usb_hc_malloc_align(align, size)
|
||||
|
||||
#ifndef CONFIG_USB_DBG_LEVEL
|
||||
#define CONFIG_USB_DBG_LEVEL USB_DBG_ERROR
|
||||
#define CONFIG_USB_DBG_LEVEL USB_DBG_LOG
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_USB_PRINTF
|
||||
|
|
Loading…
Reference in New Issue