Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
c8cd2caeac
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ const PROGMEM usbConfigurationDescriptor_t usbConfigurationDescriptor = {
|
||||||
},
|
},
|
||||||
.bcdHID = 0x0101,
|
.bcdHID = 0x0101,
|
||||||
.bCountryCode = 0x00,
|
.bCountryCode = 0x00,
|
||||||
.bNumDescriptors = 2,
|
.bNumDescriptors = 1,
|
||||||
.bDescriptorType = USBDESCR_HID_REPORT,
|
.bDescriptorType = USBDESCR_HID_REPORT,
|
||||||
.wDescriptorLength = sizeof(raw_hid_report)
|
.wDescriptorLength = sizeof(raw_hid_report)
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue