8000
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 68b0dce commit 6828cd3Copy full SHA for 6828cd3
components/arduino_tinyusb/CMakeLists.txt
@@ -33,6 +33,7 @@ if(CONFIG_TINYUSB_ENABLED)
33
"${COMPONENT_DIR}/tinyusb/src/class/hid/hid_device.c"
34
"${COMPONENT_DIR}/tinyusb/src/class/midi/midi_device.c"
35
"${COMPONENT_DIR}/tinyusb/src/class/msc/msc_device.c"
36
+ "${COMPONENT_DIR}/tinyusb/src/class/video/video_device.c"
37
"${COMPONENT_DIR}/tinyusb/src/class/dfu/dfu_rt_device.c"
38
"${COMPONENT_DIR}/tinyusb/src/class/vendor/vendor_device.c"
39
"${COMPONENT_DIR}/tinyusb/src/common/tusb_fifo.c"
0 commit comments