summaryrefslogtreecommitdiff
path: root/src/class/video
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2023-07-24 20:49:20 +0700
committerGitHub <[email protected]>2023-07-24 20:49:20 +0700
commitd685ac689bebf778bbf401ff06ba513cee02182c (patch)
tree5a02234cda241bf119c76900ba4098591c59bef3 /src/class/video
parent8fa0b74d8016554d23f84981f78c656f215d76e8 (diff)
parent25225ba792c7537b6fa25f3be5728a08bf343af8 (diff)
Merge pull request #2172 from hathach/cmake-4088
update bsp for 4088
Diffstat (limited to 'src/class/video')
-rw-r--r--src/class/video/video_device.c4
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 */