Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 done
- Loading branch information