Fixed usb read loops not reading until timeout (#16827)
* the size variable was redeclared (hiding the variable of the outside scope) and therefore the while check was always false, so the compiler just removed the do while loop, but it would be better to read all data and only exit the task, after this is donemiryoku-merge-master
parent
4ce0203208
commit
bf67abb046
Loading…
Reference in New Issue