summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
authorkkitayam <[email protected]>2021-07-17 18:51:33 +0900
committerkkitayam <[email protected]>2021-09-29 21:23:14 +0900
commit97d5d1e491565d6d546bcf27af1ff3525f3df722 (patch)
tree2b4f8088e572dea24c7f9c7ea32986ba42e6c624 /src/tusb_option.h
parent5b55b0d2594d86dc17c806d51aa7f28679947990 (diff)
add files for video class device
Diffstat (limited to 'src/tusb_option.h')
-rw-r--r--src/tusb_option.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h
index ad2a26a66..a728581f6 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -241,6 +241,10 @@
#define CFG_TUD_AUDIO 0
#endif
+#ifndef CFG_TUD_VIDEO
+ #define CFG_TUD_VIDEO 0
+#endif
+
#ifndef CFG_TUD_MIDI
#define CFG_TUD_MIDI 0
#endif