Rename AVR32CLK_*() clock management functions to UC3CLK_*() to be in line with the...
[pub/USBasp.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();