]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/iso14443a.c
Change "hf list topaz" to "hf list nfc"
[proxmark3-svn] / armsrc / iso14443a.c
index f52e3eb82941dfd5c716becf96c3977cdb3b6623..a78dae6eebadfea59dbe3ea26cee4f8e7eef450e 100644 (file)
@@ -269,7 +269,7 @@ static RAMFUNC bool MillerDecoding(uint8_t bit, uint32_t non_real_time)
        
        if (Uart.state == STATE_UNSYNCD) {                                                                                      // not yet synced
        
-               if (Uart.highCnt < 2) {                                                                                                 // wait for a stable unmodulated signal
+               if (Uart.highCnt < 1) {                                                                                                 // wait for a stable unmodulated signal
                        if (Uart.twoBits == 0xffff) {
                                Uart.highCnt++;
                        } else {
Impressum, Datenschutz