X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ed031c1df2f5b053b9cd9f48c63e66a42b7c049e..58e42c6ca92c4e6181967f83e40d9dea1ea48259:/Demos/Host/KeyboardHostWithParser/HIDReport.h diff --git a/Demos/Host/KeyboardHostWithParser/HIDReport.h b/Demos/Host/KeyboardHostWithParser/HIDReport.h index 5e18313f6..a128b8e97 100644 --- a/Demos/Host/KeyboardHostWithParser/HIDReport.h +++ b/Demos/Host/KeyboardHostWithParser/HIDReport.h @@ -37,7 +37,7 @@ #define _HID_REPORT_H_ /* Includes: */ - #include // HID Class Report Parser + #include // USB Functionality #include "KeyboardHostWithParser.h" @@ -51,7 +51,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: */