mirror of
https://github.com/Proxmark/proxmark3.git
synced 2024-11-11 09:59:45 +08:00
reverted a non-intended commit with crappy debug printouts
This commit is contained in:
parent
273b57a7b0
commit
3be2a5ae0b
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue