Skip to content

Commit ebe252c

Browse files
committed
update tinyusb to hathach/tinyusb@1577572
1 parent 631d192 commit ebe252c

File tree

18 files changed

+898
-1193
lines changed

18 files changed

+898
-1193
lines changed

src/arduino/ports/esp32/tusb_config_esp32.h

+3-3
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)