Skip to content

Commit 631c412

Browse files
authored
Disable TinyUSB
1 parent 9a54628 commit 631c412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/arduino_tinyusb/Kconfig.projbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ menu "Arduino TinyUSB"
33

44
config TINYUSB_ENABLED
55
bool "Enable TinyUSB driver"
6-
default y
6+
default n
77
depends on IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
88
select FREERTOS_SUPPORT_STATIC_ALLOCATION
99
select FREERTOS_USE_AUTHENTIC_INCLUDE_PATHS

0 commit comments

Comments
 (0)