Skip to content

Commit 8c53587

Browse files
authored
Merge branch 'master' into release/v5.3
2 parents c021c0c + a93dd64 commit 8c53587

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: components/arduino_tinyusb/include/tusb_config.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ extern "C" {
7575
/* */
7676
/* COMMON CONFIGURATION */
7777
/* */
78-
78+
#ifndef CFG_TUSB_MCU
7979
#define CFG_TUSB_MCU OPT_MCU_ESP32S2
80+
#endif
8081
#define CFG_TUSB_RHPORT0_MODE OPT_MODE_DEVICE
8182
#define CFG_TUSB_OS OPT_OS_FREERTOS
8283

0 commit comments

Comments
 (0)