mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-30 11:38:38 -07:00
delete opposite states fix
This commit is contained in:
parent
3544b99715
commit
35cc71b075
1 changed files with 0 additions and 2 deletions
|
@ -2551,7 +2551,6 @@ void RAMFUNC SniffMifare(uint8_t param) {
|
|||
DemodReset();
|
||||
}
|
||||
ReaderIsActive = (Uart.state != STATE_UNSYNCD);
|
||||
TagIsActive = !ReaderIsActive;
|
||||
}
|
||||
|
||||
if(!ReaderIsActive) { // no need to try decoding tag data if the reader is sending
|
||||
|
@ -2568,7 +2567,6 @@ void RAMFUNC SniffMifare(uint8_t param) {
|
|||
UartInit(receivedCmd, receivedCmdPar);
|
||||
}
|
||||
TagIsActive = (Demod.state != DEMOD_UNSYNCD);
|
||||
ReaderIsActive = !TagIsActive;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue