USB_Init() no longer calls sei() to enable global interrupts - this must now be done...
[pub/USBasp.git] / Demos / Device / ClassDriver / MassStorageKeyboard / MassStorageKeyboard.h
index deeb6e0..65600ee 100644 (file)
@@ -42,6 +42,7 @@
                #include <avr/wdt.h>\r
                #include <avr/power.h>\r
                #include <avr/interrupt.h>\r
+               #include <avr/interrupt.h>\r
                #include <stdbool.h>\r
                #include <string.h>\r
 \r