]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/iclass.c
Added some LED utility functions (#802)
[proxmark3-svn] / armsrc / iclass.c
index be7da703c7399bf007799643af39c3bd3385804b..83c9a75b76d9c6d6cc9d724fee8b223d5d67e546 100644 (file)
@@ -810,10 +810,7 @@ done:
     AT91C_BASE_PDC_SSC->PDC_PTCR = AT91C_PDC_RXTDIS;
     Dbprintf("%x %x %x", maxBehindBy, Uart.state, Uart.byteCnt);
        Dbprintf("%x %x %x", Uart.byteCntMax, BigBuf_get_traceLen(), (int)Uart.output[0]);
-    LED_A_OFF();
-    LED_B_OFF();
-    LED_C_OFF();
-    LED_D_OFF();
+    LEDsoff();
 }
 
 void rotateCSN(uint8_t* originalCSN, uint8_t* rotatedCSN) {
Impressum, Datenschutz