Fixed incorrect values for REPORT_ITEM_TYPE_* enum values causing corrupt data in the HID Host Parser.

This commit is contained in:
Dean Camera 2009-11-23 13:01:50 +00:00
parent aaa0bed556
commit c438d01f87
5 changed files with 15 additions and 66 deletions

View file

@ -21,6 +21,7 @@
*
* <b>Fixed:</b>
* - Added missing CDC_Host_CreateBlockingStream() function code to the CDC Host Class driver
* - Fixed incorrect values for REPORT_ITEM_TYPE_* enum values causing corrupt data in the HID Host Parser
*
* \section Sec_ChangeLog091122 Version 091122
*