diff options
| author | kkitayam <[email protected]> | 2021-07-17 18:51:33 +0900 |
|---|---|---|
| committer | kkitayam <[email protected]> | 2021-09-29 21:23:14 +0900 |
| commit | 97d5d1e491565d6d546bcf27af1ff3525f3df722 (patch) | |
| tree | 2b4f8088e572dea24c7f9c7ea32986ba42e6c624 /src/tusb_option.h | |
| parent | 5b55b0d2594d86dc17c806d51aa7f28679947990 (diff) | |
add files for video class device
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 4 |
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 |
