Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA...
[pub/lufa.git] / Projects / Magstripe / Magstripe.c
index ecdf68b..8d52e6a 100644 (file)
@@ -79,7 +79,7 @@ int main(void)
        for (uint8_t Buffer = 0; Buffer < TOTAL_TRACKS; Buffer++)
          BitBuffer_Init(&TrackDataBuffers[Buffer]);
 
-       sei();
+       GlobalInterruptEnable();
 
        for (;;)
        {