You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
While iterating over a USB descriptor in GetExpectedDescriptor(), the "Len" variable always uses the 1st byte in the buffer, This is only true for the 1st iteration, thereafter the variable should advance as the descriptor advances. Signed-off-by: Leon Theunissen <leon.theunissen@etion.co.za>