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 9ee8ef7 commit e6d4422Copy full SHA for e6d4422
components/arduino_tinyusb/include/tusb_config.h
@@ -75,11 +75,9 @@ extern "C" {
75
/* */
76
/* COMMON CONFIGURATION */
77
78
-
79
-#ifdef CFG_TUSB_MCU
80
-# undef CFG_TUSB_MCU
+#ifndef CFG_TUSB_MCU
+#define CFG_TUSB_MCU OPT_MCU_ESP32S2
81
#endif
82
-#define CFG_TUSB_MCU OPT_MCU_ESP32S2
83
#define CFG_TUSB_RHPORT0_MODE OPT_MODE_DEVICE
84
#define CFG_TUSB_OS OPT_OS_FREERTOS
85
0 commit comments