X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ed031c1df2f5b053b9cd9f48c63e66a42b7c049e..76d5e99bb8765030a7f99e7b5adf9bae7f92e0ba:/Demos/Host/MouseHostWithParser/HIDReport.h diff --git a/Demos/Host/MouseHostWithParser/HIDReport.h b/Demos/Host/MouseHostWithParser/HIDReport.h index 8ebb97da1..b24885544 100644 --- a/Demos/Host/MouseHostWithParser/HIDReport.h +++ b/Demos/Host/MouseHostWithParser/HIDReport.h @@ -37,7 +37,7 @@ #define _HID_REPORT_H_ /* Includes: */ - #include // HID Class Report Parser + #include // USB Functionality #include "MouseHostWithParser.h" @@ -60,7 +60,7 @@ { ParseSuccessful = 0, /**< HID report descriptor parsed successfully */ ParseError = 1, /**< Failed to fully process the HID report descriptor */ - ParseControlError = 2, /**< Control error occured while trying to read the device HID descriptor */ + ParseControlError = 2, /**< Control error occurred while trying to read the device HID descriptor */ }; /* Type Defines: */ @@ -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 */