Browse Source

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

pull/11263/head 0.11.15
Ryan 3 years ago
committed by GitHub
parent
commit
e3211e307e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tmk_core/protocol/vusb/vusb.c

+ 1
- 1
tmk_core/protocol/vusb/vusb.c 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)
},


Loading…
Cancel
Save