X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/c7aceb2c7f625b8256dfe4f80177beb63911979a..1f83abe6f42c302cf3af7e16e5bb02d886a2c82a:/Demos/Host/KeyboardHostWithParser/HIDReport.h diff --git a/Demos/Host/KeyboardHostWithParser/HIDReport.h b/Demos/Host/KeyboardHostWithParser/HIDReport.h index a128b8e97..20968872e 100644 --- a/Demos/Host/KeyboardHostWithParser/HIDReport.h +++ b/Demos/Host/KeyboardHostWithParser/HIDReport.h @@ -63,7 +63,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 */