summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/chibios/init_hooks.h
diff options
context:
space:
mode:
authorSascha <suschi@ist-einmalig.de>2022-04-10 00:27:02 +0200
committerGitHub <noreply@github.com>2022-04-10 00:27:02 +0200
commitbf67abb046846e95137052b30d6aee458ad7c1f9 (patch)
treedb53e1c6273a030b3ea4c5186783d41311da2fab /tmk_core/protocol/chibios/init_hooks.h
parent4ce02032081dfe66e5fc7b8267a2fe924987e508 (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 'tmk_core/protocol/chibios/init_hooks.h')
0 files changed, 0 insertions, 0 deletions