Fix Class Driver GenericHID demo using the wrong size for the returned reports.
This commit is contained in:
parent
99ff27e403
commit
8b420566cd
3 changed files with 3 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue