Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA...
[pub/lufa.git] / Projects / Benito / Benito.c
index d68cee3..2263f39 100644 (file)
@@ -93,7 +93,7 @@ int main(void)
 
        RingBuffer_InitBuffer(&USARTtoUSB_Buffer, USARTtoUSB_Buffer_Data, sizeof(USARTtoUSB_Buffer_Data));
 
-       sei();
+       GlobalInterruptEnable();
 
        for (;;)
        {