Skip to content

Commit 2ab530d

Browse files
committed
comment debug code
1 parent 3861b59 commit 2ab530d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/arduino/Adafruit_TinyUSB_API.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ void TinyUSB_Device_FlushCDC(void) {
5757

5858
// Debug log with Serial1
5959
#if CFG_TUSB_DEBUG && defined(CFG_TUSB_DEBUG_PRINTF)
60-
#define USE_SEGGER_RTT
60+
// #define USE_SEGGER_RTT
6161

6262
#ifdef USE_SEGGER_RTT
6363
#include "SEGGER_RTT/RTT/SEGGER_RTT.h"

src/arduino/ports/rp2040/tusb_config_rp2040.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ extern "C" {
5353
#endif
5454

5555
// For selectively disable device log (when > CFG_TUSB_DEBUG)
56-
#define CFG_TUD_LOG_LEVEL 3
56+
// #define CFG_TUD_LOG_LEVEL 3
5757

5858
#define CFG_TUSB_MEM_SECTION
5959
#define CFG_TUSB_MEM_ALIGN TU_ATTR_ALIGNED(4)

0 commit comments

Comments
 (0)