8000 Update CMakeLists.txt · Staars/esp32-arduino-lib-builder@6828cd3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6828cd3

Browse files
authored
Update CMakeLists.txt
1 parent 68b0dce commit 6828cd3

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
@@ -33,6 +33,7 @@ if(CONFIG_TINYUSB_ENABLED)
3333
"${COMPONENT_DIR}/tinyusb/src/class/hid/hid_device.c"
3434
"${COMPONENT_DIR}/tinyusb/src/class/midi/midi_device.c"
3535
"${COMPONENT_DIR}/tinyusb/src/class/msc/msc_device.c"
36+
"${COMPONENT_DIR}/tinyusb/src/class/video/video_device.c"
3637
"${COMPONENT_DIR}/tinyusb/src/class/dfu/dfu_rt_device.c"
3738
"${COMPONENT_DIR}/tinyusb/src/class/vendor/vendor_device.c"
3839
"${COMPONENT_DIR}/tinyusb/src/common/tusb_fifo.c"

0 commit comments

Comments
 (0)
0