Fix flip-ee DFU build target accidentally erasing the target FLASH memory space.
[pub/lufa.git] / Projects / MediaController / MediaController.c
index 24f0258..51502c7 100644 (file)
@@ -68,7 +68,7 @@ int main(void)
        SetupHardware();
 
        LEDs_SetAllLEDs(LEDMASK_USB_NOTREADY);
-       sei();
+       GlobalInterruptEnable();
 
        for (;;)
        {