Fixed SPI driver init function not clearing SPI2X bit when not needed.
[pub/USBasp.git] / Demos / Host / KeyboardHostWithParser / HIDReport.h
index 5e18313..a128b8e 100644 (file)
@@ -37,7 +37,7 @@
 #define _HID_REPORT_H_\r
 \r
        /* Includes: */\r
-               #include <LUFA/Drivers/USB/Class/HIDParser.h>            // HID Class Report Parser\r
+               #include <LUFA/Drivers/USB/USB.h>                        // USB Functionality\r
                \r
                #include "KeyboardHostWithParser.h"\r
 \r
@@ -51,7 +51,7 @@
                {\r
                        ParseSuccessful         = 0, /**< HID report descriptor parsed successfully */\r
                        ParseError              = 1, /**< Failed to fully process the HID report descriptor */\r
-                       ParseControlError       = 2, /**< Control error occured while trying to read the device HID descriptor */\r
+                       ParseControlError       = 2, /**< Control error occurred while trying to read the device HID descriptor */\r
                };\r
                \r
        /* Type Defines: */\r