]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/iso14443b.c
MOD:: reverse back changes to 14443b.c
[proxmark3-svn] / armsrc / iso14443b.c
index fb8b4d66bd9e9aa67386cf156687e688f9eb9839..0ea66a8d7079c65637d5a1e27154e075291dc8d5 100644 (file)
@@ -1275,7 +1275,7 @@ void RAMFUNC SnoopIso14443b(void)
 
                if(!ReaderIsActive) {                                           // no need to try decoding tag data if the reader is sending - and we cannot afford the time
                        // is this | 0x01 the error?   & 0xfe  in https://github.com/Proxmark/proxmark3/issues/103
-                       if(Handle14443bSamplesDemod(ci | 0x01, cq | 0x01)) {
+                       if(Handle14443bSamplesDemod(ci & 0xfe, cq & 0xfe)) {
 
                        //Use samples as a time measurement
                        if(tracing)
Impressum, Datenschutz