We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b755233 + a36b9ac commit f416167Copy full SHA for f416167
src/class/video/video_device.c
@@ -622,7 +622,8 @@ static bool _negotiate_streaming_parameters(videod_streaming_interface_t const *
622
tusb_desc_cs_video_fmt_t const *fmt = _find_desc_format(tu_desc_next(vs), end, fmtnum);
623
tusb_desc_cs_video_frm_t const *frm = _find_desc_frame(tu_desc_next(fmt), end, frmnum);
624
625
- uint_fast32_t interval, interval_ms;
+ uint_fast32_t interval = 0;
626
+ uint_fast32_t interval_ms = 0;
627
switch (request) {
628
case VIDEO_REQUEST_GET_MAX: {
629
uint_fast32_t min_interval, max_interval;
0 commit comments