Skip to content

Commit 4ca9b8b

Browse files
authored
Comment out TINYUSB configuration section
Commented out the conditional configuration for TINYUSB.
1 parent b93b050 commit 4ca9b8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/arduino_tinyusb/include/tusb_config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,11 @@ extern "C" {
7676
# define CONFIG_TINYUSB_NCM_ENABLED 0
7777
#endif
7878

79+
/*
7980
#if CONFIG_TINYUSB_ENABLED
8081
# define CFG_TUD_ENABLED 1
8182
#endif
83+
*/
8284

8385
/* */
8486
/* COMMON CONFIGURATION */

0 commit comments

Comments
 (0)