diff options
| author | hathach <[email protected]> | 2024-01-29 23:23:06 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-01-29 23:23:06 +0700 |
| commit | 55950656cbee915662a9a33477ddd549489ffcf0 (patch) | |
| tree | 71a66c714ef95ae3e019781671fddad937d3d62f /src/class | |
| parent | d52909ec5caae5413758eeb169e68c82c7588f3d (diff) | |
add freertos build support for video_capture example
Diffstat (limited to 'src/class')
| -rw-r--r-- | src/class/video/video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/video/video.h b/src/class/video/video.h index bed8eeecf..fb0d0af1d 100644 --- a/src/class/video/video.h +++ b/src/class/video/video.h @@ -398,7 +398,7 @@ typedef tusb_desc_video_frame_uncompressed_3int_t tusb_desc_video_frame_uncompre TU_VERIFY_STATIC(sizeof(tusb_desc_video_frame_uncompressed_continuous_t) == 38, "size is not correct"); //------------- MJPEG -------------// -// MJPEG payload specs: 3.1.1 formatt descriptor +// MJPEG payload specs: 3.1.1 format descriptor typedef struct TU_ATTR_PACKED { uint8_t bLength; uint8_t bDescriptorType; |
