diff options
| author | Ha Thach <[email protected]> | 2023-07-24 21:38:46 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-24 21:38:46 +0700 |
| commit | fda92fd34a8fe0d08e5c51fab4ea38f6849051e8 (patch) | |
| tree | 93c878d68b05feae51aa672f5021005297997e30 /src/class/video | |
| parent | f295aaf1851eb270070af7292d1f100f7172daf4 (diff) | |
| parent | 0b38941362b6ff2fe3fb7aba1507e82798cd9c16 (diff) | |
Merge branch 'master' into hcd-abort-xfer
Diffstat (limited to 'src/class/video')
| -rw-r--r-- | src/class/video/video_device.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/class/video/video_device.c b/src/class/video/video_device.c index 91f452afc..e6fadf41b 100644 --- a/src/class/video/video_device.c +++ b/src/class/video/video_device.c @@ -130,8 +130,8 @@ typedef struct TU_ATTR_PACKED { //--------------------------------------------------------------------+ // INTERNAL OBJECT & FUNCTION DECLARATION //--------------------------------------------------------------------+ -CFG_TUSB_MEM_SECTION tu_static videod_interface_t _videod_itf[CFG_TUD_VIDEO]; -CFG_TUSB_MEM_SECTION tu_static videod_streaming_interface_t _videod_streaming_itf[CFG_TUD_VIDEO_STREAMING]; +CFG_TUD_MEM_SECTION tu_static videod_interface_t _videod_itf[CFG_TUD_VIDEO]; +CFG_TUD_MEM_SECTION tu_static videod_streaming_interface_t _videod_streaming_itf[CFG_TUD_VIDEO_STREAMING]; tu_static uint8_t const _cap_get = 0x1u; /* support for GET */ tu_static uint8_t const _cap_get_set = 0x3u; /* support for GET and SET */ |
