USB_Init() no longer calls sei() to enable global interrupts - this must now be done...
[pub/lufa.git] / Projects / USBtoSerial / USBtoSerial.c
index 73be33e..c9bc717 100644 (file)
@@ -77,6 +77,7 @@ int main(void)
        Buffer_Initialize(&USARTtoUSB_Buffer);\r
 \r
        LEDs_SetAllLEDs(LEDMASK_USB_NOTREADY);\r
+       sei();\r
 \r
        for (;;)\r
        {\r