Fixed incorrect implementation of LEDs_ToggleLEDs() for the Adafruit-U4 board (thanks...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Common / HIDParser.h
index e491213..25e201b 100644 (file)
@@ -70,8 +70,8 @@
                #include "../../../../Common/Common.h"
 
                #include "HIDReportData.h"
-               #include "../Common/HID.h"
-               
+               #include "HIDClassCommon.h"
+
        /* Enable C linkage for C++ Compilers: */
                #if defined(__cplusplus)
                        extern "C" {