1
0
Fork 0

Fix small typo in V-USB configuration descriptor (#11253)

This commit is contained in:
Ryan 2020-12-21 13:12:07 +11:00 committed by GitHub
parent 0239ce025a
commit e3211e307e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -680,7 +680,7 @@ const PROGMEM usbConfigurationDescriptor_t usbConfigurationDescriptor = {
},
.bcdHID = 0x0101,
.bCountryCode = 0x00,
.bNumDescriptors = 2,
.bNumDescriptors = 1,
.bDescriptorType = USBDESCR_HID_REPORT,
.wDescriptorLength = sizeof(raw_hid_report)
},