Add architecture test for the non-standard avr-size patch, so that it is not tested...
[pub/USBasp.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 (;;)
        {