Skip to content

Commit 2f68615

Browse files
authored
Disable TUD configuration in tinyusb
1 parent edb185b commit 2f68615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/arduino_tinyusb/include/tusb_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ extern "C" {
7777
#endif
7878

7979
#if CONFIG_TINYUSB_ENABLED
80-
# define CFG_TUD_ENABLED 1
80+
# define CFG_TUD_ENABLED 0
8181
#endif
8282

8383
/* */

0 commit comments

Comments
 (0)