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:
Dean Camera 2010-10-12 11:27:15 +00:00
parent bea72a8412
commit c1cfffd8eb
2 changed files with 30 additions and 30 deletions

View file

@ -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>