USB_Init() no longer calls sei() to enable global interrupts - this must now be done...
[pub/USBasp.git] / Demos / Host / LowLevel / PrinterHost / PrinterHost.c
index 6840138..a2c9fd8 100644 (file)
@@ -46,6 +46,7 @@ int main(void)
        LEDs_SetAllLEDs(LEDMASK_USB_NOTREADY);\r
 \r
        puts_P(PSTR(ESC_FG_CYAN "Printer Host Demo running.\r\n" ESC_FG_WHITE));\r
+       sei();\r
        \r
        for (;;)\r
        {\r