Rename AVR32CLK_*() clock management functions to UC3CLK_*() to be in line with the...
[pub/USBasp.git] / Demos / Device / ClassDriver / KeyboardMouseMultiReport / KeyboardMouseMultiReport.c
index c0526ab..c73ec58 100644 (file)
@@ -68,7 +68,7 @@ int main(void)
        SetupHardware();
 
        LEDs_SetAllLEDs(LEDMASK_USB_NOTREADY);
-       sei();
+       GlobalInterruptEnable();
 
        for (;;)
        {