Modify usb log level to Debug

This commit is contained in:
songyanguang 2024-08-21 09:23:26 +08:00
parent aa7c708a4b
commit 883cd6e4d5
1 changed files with 1 additions and 1 deletions

View File

@ -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