Skip to content

Commit 88f4a6f

Browse files
committed
Fix path to TinyUSB dwc2_common.c
1 parent 7009b7d commit 88f4a6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: components/arduino_tinyusb/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ if(CONFIG_TINYUSB_ENABLED)
2727
# espressif:
2828
"${COMPONENT_DIR}/src/dcd_dwc2.c"
2929
# tusb:
30-
#"{COMPONENT_DIR}/tinyusb/src/portable/synopsys/dwc2/dcd_dwc2.c"
31-
"{COMPONENT_DIR}/tinyusb/src/portable/synopsys/dwc2/dwc2_common.c"
30+
#"${COMPONENT_DIR}/tinyusb/src/portable/synopsys/dwc2/dcd_dwc2.c"
31+
"${COMPONENT_DIR}/tinyusb/src/portable/synopsys/dwc2/dwc2_common.c"
3232
"${COMPONENT_DIR}/tinyusb/src/class/cdc/cdc_device.c"
3333
"${COMPONENT_DIR}/tinyusb/src/class/hid/hid_device.c"
3434
"${COMPONENT_DIR}/tinyusb/src/class/midi/midi_device.c"

0 commit comments

Comments
 (0)