]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/lfops.c
REM: Removed a debugstatment
[proxmark3-svn] / armsrc / lfops.c
index b10b0c030aa885d1fbe59a0c3b2a0193edda45e2..0cdd12d5002de72196c2ac1fe15617e45f3c69bd 100644 (file)
@@ -402,7 +402,7 @@ void SimulateTagLowFrequency(int period, int gap, int ledcontrol)
        for(;;) {
                //wait until SSC_CLK goes HIGH
                while(!(AT91C_BASE_PIOA->PIO_PDSR & GPIO_SSC_CLK)) {
-                       if(BUTTON_PRESS() || usb_poll()) {
+                       if(BUTTON_PRESS() || (usb_poll_validate_length() )) {
                                DbpString("Stopped");
                                return;
                        }
Impressum, Datenschutz