]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/iso14443a.c
ADD: @marshmellow42 's 14b fixes.
[proxmark3-svn] / armsrc / iso14443a.c
index 9f2b6d9477d14764cf88a0c07f01f68d16b39974..027703ec40497499482021d0ae6d4441dc46baf0 100644 (file)
@@ -1685,9 +1685,7 @@ static int EmSendCmd14443aRaw(uint8_t *resp, uint16_t respLen, bool correctionNe
                        FpgaSendQueueDelay = (uint8_t)AT91C_BASE_SSC->SSC_RHR;
                }
        
-               if(BUTTON_PRESS()) {
-                       break;
-               }
+               if(BUTTON_PRESS()) break;
        }
 
        // Ensure that the FPGA Delay Queue is empty before we switch to TAGSIM_LISTEN again:
Impressum, Datenschutz