Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA...
[pub/lufa.git] / Bootloaders / HID / BootloaderHID.c
index c32dddc..7163276 100644 (file)
@@ -73,7 +73,7 @@ int main(void)
        SetupHardware();
 
        /* Enable global interrupts so that the USB stack can function */
-       sei();
+       GlobalInterruptEnable();
 
        while (RunBootloader)
          USB_USBTask();