From 883cd6e4d5e3e7608479feb4a39c75af3dc639f2 Mon Sep 17 00:00:00 2001 From: songyanguang <345810377@qq.com> Date: Wed, 21 Aug 2024 09:23:26 +0800 Subject: [PATCH] Modify usb log level to Debug --- Ubiquitous/XiZi_AIoT/services/drivers/usb/usb_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/usb_config.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/usb_config.h index 355a5813e..31a4ae7f5 100644 --- a/Ubiquitous/XiZi_AIoT/services/drivers/usb/usb_config.h +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/usb_config.h @@ -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