X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/92ee5ad826f567536c3d0a235ab6eeee919a30ab..1eefbf9041ba71667a0dcf351685512db1244499:/Demos/Device/LowLevel/Mouse/Mouse.c?ds=inline diff --git a/Demos/Device/LowLevel/Mouse/Mouse.c b/Demos/Device/LowLevel/Mouse/Mouse.c index e9f92e4a2..d6552b6b0 100644 --- a/Demos/Device/LowLevel/Mouse/Mouse.c +++ b/Demos/Device/LowLevel/Mouse/Mouse.c @@ -61,7 +61,7 @@ int main(void) SetupHardware(); LEDs_SetAllLEDs(LEDMASK_USB_NOTREADY); - sei(); + GlobalInterruptEnable(); for (;;) {