fix: endpoint descriptor has incorrectly settings

This commit is contained in:
kkitayam
2021-08-01 17:51:15 +09:00
parent d026f17457
commit c52cf9c8a5
2 changed files with 6 additions and 14 deletions
@@ -104,7 +104,7 @@ uint8_t const desc_fs_configuration[] =
// Config number, interface count, string index, total length, attribute, power in mA
TUD_CONFIG_DESCRIPTOR(1, ITF_NUM_TOTAL, 0, CONFIG_TOTAL_LEN, 0, 500),
// IAD for Video Control
TUD_VIDEO_CAPTURE_DESCRIPTOR(4, EPNUM_VIDEO_IN, 128, 96, 15)
TUD_VIDEO_CAPTURE_DESCRIPTOR(4, EPNUM_VIDEO_IN, 128, 96, 15, 256)
};
// Invoked when received GET CONFIGURATION DESCRIPTOR