We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e6fb1 commit d0e730cCopy full SHA for d0e730c
components/arduino_tinyusb/CMakeLists.txt
@@ -19,8 +19,8 @@ if(CONFIG_TINYUSB_ENABLED)
19
20
set(srcs
21
# espressif:
22
- "${COMPONENT_DIR}/src/dcd_esp32sx.c"
23
- #"${COMPONENT_DIR}/src/dcd_dwc2.c"
+ #"${COMPONENT_DIR}/src/dcd_esp32sx.c"
+ "${COMPONENT_DIR}/src/dcd_dwc2.c"
24
# tusb:
25
#"${COMPONENT_DIR}/tinyusb/src/portable/espressif/esp32sx/dcd_esp32sx.c"
26
#"{COMPONENT_DIR}/tinyusb/src/portable/synopsys/dwc2/dcd_dwc2.c"
0 commit comments