USB_Init() no longer calls sei() to enable global interrupts - this must now be done...
[pub/USBasp.git] / Bootloaders / DFU / BootloaderDFU.h
index ca53266..4583d6c 100644 (file)
@@ -43,6 +43,7 @@
                #include <avr/pgmspace.h>\r
                #include <avr/eeprom.h>\r
                #include <avr/power.h>\r
+               #include <avr/interrupt.h>\r
                #include <stdbool.h>\r
        \r
                #include "Descriptors.h"\r