USB_Init() no longer calls sei() to enable global interrupts - this must now be done...
[pub/USBasp.git] / Demos / Device / ClassDriver / Keyboard / Keyboard.h
index 945c7e8..2c86bf5 100644 (file)
@@ -40,8 +40,8 @@
        /* Includes: */\r
                #include <avr/io.h>\r
                #include <avr/wdt.h>\r
-               #include <avr/interrupt.h>\r
                #include <avr/power.h>\r
+               #include <avr/interrupt.h>\r
                #include <stdbool.h>\r
                #include <string.h>\r
 \r