Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA...
[pub/lufa.git] / Demos / Device / ClassDriver / KeyboardMouse / KeyboardMouse.c
index 7b5caa4..1df97cb 100644 (file)
@@ -93,7 +93,7 @@ int main(void)
        SetupHardware();
 
        LEDs_SetAllLEDs(LEDMASK_USB_NOTREADY);
-       sei();
+       GlobalInterruptEnable();
 
        for (;;)
        {