reverted a non-intended commit with crappy debug printouts

This commit is contained in:
martin.holst@gmail.com 2014-02-05 18:53:55 +00:00
parent 273b57a7b0
commit 3be2a5ae0b

View file

@ -652,7 +652,7 @@ void RAMFUNC SnoopIso14443a(uint8_t param) {
} }
LED_A_OFF(); LED_A_OFF();
if(MF_DBGLEVEL > 4) Dbprintf("1:%d",dataLen);
rsamples += 4; rsamples += 4;
if(MillerDecoding((data[0] & 0xF0) >> 4)) { if(MillerDecoding((data[0] & 0xF0) >> 4)) {
LED_C_ON(); LED_C_ON();
@ -670,7 +670,7 @@ void RAMFUNC SnoopIso14443a(uint8_t param) {
Demod.state = DEMOD_UNSYNCD; Demod.state = DEMOD_UNSYNCD;
LED_B_OFF(); LED_B_OFF();
} }
if(MF_DBGLEVEL > 4) Dbprintf("2");
if(ManchesterDecoding(data[0], 0)) { if(ManchesterDecoding(data[0], 0)) {
LED_B_ON(); LED_B_ON();