Skip to content

Commit 5340477

Browse files
authored
Update CMakeLists.txt
1 parent 413bfa9 commit 5340477

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/arduino_tinyusb/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ if(CONFIG_TINYUSB_ENABLED)
2828
"${COMPONENT_DIR}/tinyusb/src/class/msc/msc_device.c"
2929
"${COMPONENT_DIR}/tinyusb/src/class/video/video_device.c"
3030
"${COMPONENT_DIR}/tinyusb/src/class/dfu/dfu_rt_device.c"
31+
"${COMPONENT_DIR}/tinyusb/src/class/dfu/dfu_device.c"
3132
"${COMPONENT_DIR}/tinyusb/src/class/vendor/vendor_device.c"
3233
"${COMPONENT_DIR}/tinyusb/src/common/tusb_fifo.c"
3334
"${COMPONENT_DIR}/tinyusb/src/device/usbd_control.c"

0 commit comments

Comments
 (0)