Skip to content

Commit eec6af0

Browse files
authored
disable TinyUSB
since it fails currently
1 parent 5d1cca2 commit eec6af0

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
88
select FREERTOS_SUPPORT_STATIC_ALLOCATION
99
select FREERTOS_USE_AUTHENTIC_INCLUDE_PATHS

0 commit comments

Comments
 (0)