Skip to content

Commit bb62068

Browse files
authored
Enable TinyUSB driver
1 parent e3795f0 commit bb62068

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 n
6+
default y
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)