We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413bfa9 commit 5340477Copy full SHA for 5340477
components/arduino_tinyusb/CMakeLists.txt
@@ -28,6 +28,7 @@ if(CONFIG_TINYUSB_ENABLED)
28
"${COMPONENT_DIR}/tinyusb/src/class/msc/msc_device.c"
29
"${COMPONENT_DIR}/tinyusb/src/class/video/video_device.c"
30
"${COMPONENT_DIR}/tinyusb/src/class/dfu/dfu_rt_device.c"
31
+ "${COMPONENT_DIR}/tinyusb/src/class/dfu/dfu_device.c"
32
"${COMPONENT_DIR}/tinyusb/src/class/vendor/vendor_device.c"
33
"${COMPONENT_DIR}/tinyusb/src/common/tusb_fifo.c"
34
"${COMPONENT_DIR}/tinyusb/src/device/usbd_control.c"
0 commit comments