From: martin.holst@gmail.com Date: Wed, 5 Feb 2014 18:53:55 +0000 (+0000) Subject: reverted a non-intended commit with crappy debug printouts X-Git-Tag: v1.0.0~16 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/3be2a5ae0b3f153a60a04ff83b7c3f864d716371 reverted a non-intended commit with crappy debug printouts --- diff --git a/armsrc/iso14443a.c b/armsrc/iso14443a.c index ba4e6cf4..3f775de5 100644 --- a/armsrc/iso14443a.c +++ b/armsrc/iso14443a.c @@ -652,7 +652,7 @@ void RAMFUNC SnoopIso14443a(uint8_t param) { } LED_A_OFF(); - if(MF_DBGLEVEL > 4) Dbprintf("1:%d",dataLen); + rsamples += 4; if(MillerDecoding((data[0] & 0xF0) >> 4)) { LED_C_ON(); @@ -670,7 +670,7 @@ void RAMFUNC SnoopIso14443a(uint8_t param) { Demod.state = DEMOD_UNSYNCD; LED_B_OFF(); } - if(MF_DBGLEVEL > 4) Dbprintf("2"); + if(ManchesterDecoding(data[0], 0)) { LED_B_ON();