Fixed USB_Host_ClearPipeStall() incorrectly attempting to determine the endpoint's direction from the currently selected pipe.

This commit is contained in:
Dean Camera 2010-09-21 10:48:38 +00:00
parent ed7067e89f
commit 5faa79a7b5
3 changed files with 2 additions and 4 deletions

View file

@ -56,6 +56,7 @@
* - Added LEDs_ToggleLEDs() function to several board LED drivers which were missing it (thanks to Andrei Krainev)
* - Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigured endpoint causing request timeouts
* - Fixed incorrect signature reported in the CDC class bootloader for the ATMEGA32U2
* - Fixed USB_Host_ClearPipeStall() incorrectly determining the endpoint direction from the currently selected pipe
*
* \section Sec_ChangeLog100807 Version 100807
* <b>New:</b>