Skip to content

Commit 45d0f17

Browse files
authored
Update CMakeLists.txt
1 parent 41e003f commit 45d0f17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/arduino_tinyusb/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ if(CONFIG_TINYUSB_ENABLED)
4343
"${COMPONENT_DIR}/tinyusb/src/class/msc/msc_device.c"
4444
"${COMPONENT_DIR}/tinyusb/src/class/video/video_device.c"
4545
"${COMPONENT_DIR}/tinyusb/src/class/dfu/dfu_rt_device.c"
46+
"${COMPONENT_DIR}/tinyusb/src/class/dfu/dfu_device.c"
4647
"${COMPONENT_DIR}/tinyusb/src/class/vendor/vendor_device.c"
4748
"${COMPONENT_DIR}/tinyusb/src/common/tusb_fifo.c"
4849
"${COMPONENT_DIR}/tinyusb/src/device/usbd_control.c"

0 commit comments

Comments
 (0)