Skip to content

Commit 040eb93

Browse files
authored
Merge pull request #404 from adafruit/update-tinyusb-15775727e7e29cf6b4d748f01d9457479f8f6899
2 parents 631d192 + ebe252c commit 040eb93

File tree

18 files changed

+898
-1193
lines changed

18 files changed

+898
-1193
lines changed

src/arduino/ports/esp32/tusb_config_esp32.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ extern "C" {
7070
// with no OTG USB MCU such as eps32, c3 etc...
7171
//--------------------------------------------------------------------
7272

73-
// #ifndef CFG_TUSB_DEBUG
74-
// #define CFG_TUSB_DEBUG 0
75-
// #endif
73+
#ifndef CFG_TUSB_DEBUG
74+
#define CFG_TUSB_DEBUG 0
75+
#endif
7676

7777
// For selectively disable device log (when > CFG_TUSB_DEBUG)
7878
// #define CFG_TUD_LOG_LEVEL 3

0 commit comments

Comments
 (0)