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 8ebb97da1..aa259a114 100644 --- a/Demos/Host/MouseHostWithParser/HIDReport.h +++ b/Demos/Host/MouseHostWithParser/HIDReport.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: */
|