USB_Init() no longer calls sei() to enable global interrupts - this must now be done...
[pub/lufa.git] / Projects / Benito / Benito.c
index 86da27a..be623e9 100644 (file)
@@ -83,6 +83,8 @@ int main(void)
        SetupHardware();\r
        \r
        Buffer_Initialize(&Tx_Buffer);\r
+       \r
+       sei();\r
 \r
        for (;;)\r
        {\r