Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d0e730c

Browse files
committedAug 19, 2024·
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

Lines changed: 2 additions & 2 deletions
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)
Please sign in to comment.