mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Fixed random enumeration failure while in device mode due to interrupts causing the Set Address request to exceed maximum timings.
This commit is contained in:
@@ -71,6 +71,7 @@
|
||||
* - Fixed broken FLASH/EEPROM programming in the AVRISP-MKII clone project when writing in non-paged mode and the polling byte cannot be used
|
||||
* - Fixed SPI driver not explicitly setting /SS and MISO pins as inputs when SPI_Init() is called
|
||||
* - Fixed ISR definition conflict in the XPLAIN bridge between the software UART and the AVRISP-MKII ISP modules
|
||||
* - Fixed random enumeration failure while in device mode due to interrupts causing the Set Address request to exceed maximum timings
|
||||
*
|
||||
* \section Sec_ChangeLog100807 Version 100807
|
||||
* <b>New:</b>
|
||||
|
||||
Reference in New Issue
Block a user