Skip to content

Commit d0e730c

Browse files
committed
TinyUSB use dcd_dwc2
1 parent 65e6fb1 commit d0e730c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/arduino_tinyusb/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ if(CONFIG_TINYUSB_ENABLED)
1919

2020
set(srcs
2121
# espressif:
22-
"${COMPONENT_DIR}/src/dcd_esp32sx.c"
23-
#"${COMPONENT_DIR}/src/dcd_dwc2.c"
22+
#"${COMPONENT_DIR}/src/dcd_esp32sx.c"
23+
"${COMPONENT_DIR}/src/dcd_dwc2.c"
2424
# tusb:
2525
#"${COMPONENT_DIR}/tinyusb/src/portable/espressif/esp32sx/dcd_esp32sx.c"
2626
#"{COMPONENT_DIR}/tinyusb/src/portable/synopsys/dwc2/dcd_dwc2.c"

0 commit comments

Comments
 (0)