We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3861b59 commit 2ab530dCopy full SHA for 2ab530d
src/arduino/Adafruit_TinyUSB_API.cpp
@@ -57,7 +57,7 @@ void TinyUSB_Device_FlushCDC(void) {
57
58
// Debug log with Serial1
59
#if CFG_TUSB_DEBUG && defined(CFG_TUSB_DEBUG_PRINTF)
60
-#define USE_SEGGER_RTT
+// #define USE_SEGGER_RTT
61
62
#ifdef USE_SEGGER_RTT
63
#include "SEGGER_RTT/RTT/SEGGER_RTT.h"
src/arduino/ports/rp2040/tusb_config_rp2040.h
@@ -53,7 +53,7 @@ extern "C" {
53
#endif
54
55
// For selectively disable device log (when > CFG_TUSB_DEBUG)
56
-#define CFG_TUD_LOG_LEVEL 3
+// #define CFG_TUD_LOG_LEVEL 3
#define CFG_TUSB_MEM_SECTION
#define CFG_TUSB_MEM_ALIGN TU_ATTR_ALIGNED(4)
0 commit comments