Fixed incorrect comparison in the descriptor callback routine of the TeensyHID bootlo...
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / USBInterrupt.h
index c3f778f..e46e759 100644 (file)
 \r
        /* Includes: */\r
                #include <avr/io.h>\r
+               #include <avr/interrupt.h>\r
                #include <stdbool.h>\r
                \r
                #include "../../../Common/Common.h"\r
-               #include "../LowLevel/LowLevel.h"\r
-               #include "USBMode.h"\r
-               #include "Events.h"\r
+               #include "../HighLevel/USBMode.h"\r
+               #include "../HighLevel/Events.h"\r
+               #include "LowLevel.h"\r
                \r
        /* Enable C linkage for C++ Compilers: */\r
                #if defined(__cplusplus)\r