abcminiuser / lufa

LUFA - the Lightweight USB Framework for AVRs.
http://www.lufa-lib.org
1.04k stars 325 forks source link

Flush USB transactions for HID Bootloader #116

Closed NicoHood closed 6 years ago

NicoHood commented 6 years ago

Apply this patch also to the HID Bootloader: https://github.com/abcminiuser/lufa/commit/e3988f19dda2345032f575f31f275693571d9267

https://github.com/abcminiuser/lufa/blob/master/Bootloaders/HID/BootloaderHID.c#L88

abcminiuser commented 6 years ago

Fixed in d6a528f9a03fe338e30d93f306e0482612e02e3e - added the delay to all the bootloaders, for good measure. Thanks!