Skip to content

Commit cd537f2

Browse files
authored
silly typo
1 parent 73a25a4 commit cd537f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/arduino_tinyusb/include/tusb_config.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ extern "C" {
7676
/* COMMON CONFIGURATION */
7777
/* */
7878

79-
#idef CFG_TUSB_MCU
80-
#undef CFG_TUSB_MCU
79+
#ifdef CFG_TUSB_MCU
80+
# undef CFG_TUSB_MCU
8181
#endif
8282
#define CFG_TUSB_MCU OPT_MCU_ESP32S2
8383
#define CFG_TUSB_RHPORT0_MODE OPT_MODE_DEVICE

0 commit comments

Comments
 (0)