diff options
Diffstat (limited to 'Demos/Host/MouseHostWithParser/HIDReport.h')
-rw-r--r-- | Demos/Host/MouseHostWithParser/HIDReport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/MouseHostWithParser/HIDReport.h b/Demos/Host/MouseHostWithParser/HIDReport.h index a4fc76fa7..b24885544 100644 --- a/Demos/Host/MouseHostWithParser/HIDReport.h +++ b/Demos/Host/MouseHostWithParser/HIDReport.h @@ -72,7 +72,7 @@ uint16_t HIDSpec; /**< Implemented HID class specification, in BCD encoded format */
uint8_t CountryCode; /**< Country code value for localized hardware */
- uint8_t TotalHIDReports; /**< Total number of HID report descriptors in the current interface */
+ uint8_t TotalHIDDescriptors; /**< Total number of HID report descriptors in the current interface */
uint8_t HIDReportType; /**< HID report type of the first HID report descriptor */
uint16_t HIDReportLength; /**< Total size in bytes of the first HID report descriptor */
|