Skip to content

Commit 117ef04

Browse files
committed
Add missing compile source from TinyUSB
1 parent 1f52459 commit 117ef04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: components/arduino_tinyusb/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ if(CONFIG_TINYUSB_ENABLED)
2828
"${COMPONENT_DIR}/src/dcd_dwc2.c"
2929
# tusb:
3030
#"{COMPONENT_DIR}/tinyusb/src/portable/synopsys/dwc2/dcd_dwc2.c"
31+
"{COMPONENT_DIR}/tinyusb/src/portable/synopsys/dwc2/dwc2_common.c"
3132
"${COMPONENT_DIR}/tinyusb/src/class/cdc/cdc_device.c"
3233
"${COMPONENT_DIR}/tinyusb/src/class/hid/hid_device.c"
3334
"${COMPONENT_DIR}/tinyusb/src/class/midi/midi_device.c"

0 commit comments

Comments
 (0)