X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/92ee5ad826f567536c3d0a235ab6eeee919a30ab..1eefbf9041ba71667a0dcf351685512db1244499:/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.c?ds=inline diff --git a/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.c b/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.c index 53e01b279..3ea24418f 100644 --- a/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.c +++ b/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.c @@ -46,7 +46,7 @@ int main(void) puts_P(PSTR(ESC_FG_CYAN "Mouse Host/Device Demo running.\r\n" ESC_FG_WHITE)); LEDs_SetAllLEDs(LEDMASK_USB_NOTREADY); - sei(); + GlobalInterruptEnable(); for (;;) {