Make the firmware compatibel with the new usbdrv
This commit is contained in:
parent
b04518168e
commit
7a2d2d5a79
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
/* ----------------------------- USB interface ----------------------------- */
|
/* ----------------------------- USB interface ----------------------------- */
|
||||||
/* ------------------------------------------------------------------------- */
|
/* ------------------------------------------------------------------------- */
|
||||||
|
|
||||||
PROGMEM char usbHidReportDescriptor[22] = { /* USB report descriptor */
|
PROGMEM const char usbHidReportDescriptor[22] = { /* USB report descriptor */
|
||||||
0x06, 0x00, 0xff, // USAGE_PAGE (Generic Desktop)
|
0x06, 0x00, 0xff, // USAGE_PAGE (Generic Desktop)
|
||||||
0x09, 0x01, // USAGE (Vendor Usage 1)
|
0x09, 0x01, // USAGE (Vendor Usage 1)
|
||||||
0xa1, 0x01, // COLLECTION (Application)
|
0xa1, 0x01, // COLLECTION (Application)
|
||||||
|
|
Loading…
Reference in a new issue