X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/df14c97519f52f14fcc5b4aaadb504342ae9c696..7fd2349e1a66b7bd9ece5bf9099b35eed03e97fd:/Demos/Device/LowLevel/Keyboard/Keyboard.c diff --git a/Demos/Device/LowLevel/Keyboard/Keyboard.c b/Demos/Device/LowLevel/Keyboard/Keyboard.c index aeaa045de..6f9da5b26 100644 --- a/Demos/Device/LowLevel/Keyboard/Keyboard.c +++ b/Demos/Device/LowLevel/Keyboard/Keyboard.c @@ -62,7 +62,7 @@ int main(void) SetupHardware(); LEDs_SetAllLEDs(LEDMASK_USB_NOTREADY); - sei(); + GlobalInterruptEnable(); for (;;) {