diff options
author | Sascha <suschi@ist-einmalig.de> | 2022-04-10 00:27:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-10 00:27:02 +0200 |
commit | bf67abb046846e95137052b30d6aee458ad7c1f9 (patch) | |
tree | db53e1c6273a030b3ea4c5186783d41311da2fab /users/losinggeneration | |
parent | 4ce02032081dfe66e5fc7b8267a2fe924987e508 (diff) |
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
Diffstat (limited to 'users/losinggeneration')
0 files changed, 0 insertions, 0 deletions