USB_Init() no longer calls sei() to enable global interrupts - this must now be done...
[pub/lufa.git] / Demos / Host / LowLevel / JoystickHostWithParser / JoystickHostWithParser.c
index 144830e..04870b1 100644 (file)
@@ -46,6 +46,7 @@ int main(void)
        puts_P(PSTR(ESC_FG_CYAN "Joystick HID Parser Host Demo running.\r\n" ESC_FG_WHITE));\r
 \r
        LEDs_SetAllLEDs(LEDMASK_USB_NOTREADY);\r
+       sei();\r
 \r
        for (;;)\r
        {\r