Fix Class Driver GenericHID demo using the wrong size for the returned reports.

This commit is contained in:
Dean Camera 2011-09-21 06:09:07 +00:00
parent 99ff27e403
commit 8b420566cd
3 changed files with 3 additions and 3 deletions

View file

@ -45,7 +45,7 @@
*/
const USB_Descriptor_HIDReport_Datatype_t PROGMEM GenericReport[] =
{
HID_RI_USAGE_PAGE(16, 0xFF00), /* Vendor Page 1 */
HID_RI_USAGE_PAGE(16, 0xFF00), /* Vendor Page 0 */
HID_RI_USAGE(8, 0x01), /* Vendor Usage 1 */
HID_RI_COLLECTION(8, 0x01), /* Vendor Usage 1 */
HID_RI_USAGE(8, 0x02), /* Vendor Usage 2 */