打开log 防止初始化完成之前进入usb中断

This commit is contained in:
2025-09-20 15:40:53 +08:00
parent 6f4c32755b
commit bfab364bd1
4 changed files with 6 additions and 2 deletions

View File

@@ -75,6 +75,7 @@ extern "C" {
//--------------------------------------------------------------------
// DEBUG CONFIGURATION
//--------------------------------------------------------------------
#define CFG_TUSB_DEBUG 3
#ifdef CFG_TUSB_DEBUG
#define CFG_TUSB_DEBUG_PRINTF rt_kprintf
#endif /* CFG_TUSB_DEBUG */