add files for video class device

This commit is contained in:
kkitayam
2021-07-17 18:51:33 +09:00
parent 5b55b0d259
commit 97d5d1e491
6 changed files with 738 additions and 0 deletions

View File

@@ -80,6 +80,10 @@
#include "class/audio/audio_device.h"
#endif
#if CFG_TUD_VIDEO
#include "class/video/video_device.h"
#endif
#if CFG_TUD_MIDI
#include "class/midi/midi_device.h"
#endif