From 3be2a5ae0b3f153a60a04ff83b7c3f864d716371 Mon Sep 17 00:00:00 2001 From: "martin.holst@gmail.com" Date: Wed, 5 Feb 2014 18:53:55 +0000 Subject: [PATCH] reverted a non-intended commit with crappy debug printouts --- armsrc/iso14443a.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.39.2