From 0fdd8547dbcd671685750ab3aa2ff43f545b4ac6 Mon Sep 17 00:00:00 2001 From: z4yx Date: Sat, 1 Jun 2024 20:31:03 +0800 Subject: [PATCH] disable verbose USB logging --- include/tusb_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tusb_config.h b/include/tusb_config.h index f247bded..00b775e2 100644 --- a/include/tusb_config.h +++ b/include/tusb_config.h @@ -65,7 +65,7 @@ // CFG_TUSB_DEBUG is defined by compiler in DEBUG build #ifdef DEBUG_OUTPUT - #define CFG_TUSB_DEBUG 2 + #define CFG_TUSB_DEBUG 1 #endif /* USB DMA on some MCUs can only access a specific SRAM region with restriction on alignment.