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 Drashna Jael're
parent 17cf1b1a8a
commit 75a672151f
+1 -1
View File
@@ -690,7 +690,7 @@ const PROGMEM usbConfigurationDescriptor_t usbConfigurationDescriptor = {
},
.bcdHID = 0x0101,
.bCountryCode = 0x00,
.bNumDescriptors = 2,
.bNumDescriptors = 1,
.bDescriptorType = USBDESCR_HID_REPORT,
.wDescriptorLength = sizeof(raw_hid_report)
},