Fix flip-ee DFU build target accidentally erasing the target FLASH memory space.
[pub/USBasp.git] / Projects / RelayBoard / RelayBoard.c
index 77ea303..8fd5baf 100644 (file)
@@ -45,7 +45,7 @@ int main(void)
 {
        SetupHardware();
 
-       sei();
+       GlobalInterruptEnable();
 
        for (;;)
          USB_USBTask();