Renamed the the TotalHIDReports element of the HID descriptor structure in the HID class demos to TotalReportDescriptors, to be more accurate of the element's function (thanks to Brian Dickman).
This commit is contained in:
parent
c7aceb2c7f
commit
1f83abe6f4
16 changed files with 17 additions and 17 deletions
|
@ -128,7 +128,7 @@ USB_Descriptor_Configuration_t ConfigurationDescriptor =
|
|||
|
||||
.HIDSpec = VERSION_BCD(01.11),
|
||||
.CountryCode = 0x00,
|
||||
.TotalHIDReports = 0x01,
|
||||
.TotalHIDDescriptors = 1,
|
||||
.HIDReportType = DTYPE_Report,
|
||||
.HIDReportLength = sizeof(HIDReport)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue