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
|
@ -52,7 +52,7 @@
|
|||
uint16_t HIDSpec;
|
||||
uint8_t CountryCode;
|
||||
|
||||
uint8_t TotalHIDReports;
|
||||
uint8_t TotalReportDescriptors;
|
||||
|
||||
uint8_t HIDReportType;
|
||||
uint16_t HIDReportLength;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue