qmk_firmware/tmk_core/protocol
Sascha bf67abb046
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
2022-04-10 00:27:02 +02:00
..
arm_atsam
chibios Fixed usb read loops not reading until timeout (#16827) 2022-04-10 00:27:02 +02:00
lufa
midi
usb_hid
vusb
arm_atsam.mk
chibios.mk
host.c
host.h
host_driver.h
lufa.mk
midi.mk
report.c
report.h
serial.h
serial_soft.c
serial_uart.c
usb_descriptor.c
usb_descriptor.h
usb_descriptor_common.h
usb_device_state.c
usb_device_state.h
usb_hid.mk
usb_util.c
usb_util.h
vusb.mk