mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
iso14443b: remove redundant assignment, cf issue #1497
This commit is contained in:
parent
fbb723e500
commit
4c4e291588
1 changed files with 0 additions and 2 deletions
|
@ -2095,7 +2095,6 @@ void SniffIso14443b(void) {
|
|||
// And ready to receive another command.
|
||||
Uart14bReset();
|
||||
Demod14bReset();
|
||||
reader_is_active = false;
|
||||
expect_tag_answer = true;
|
||||
}
|
||||
|
||||
|
@ -2112,7 +2111,6 @@ void SniffIso14443b(void) {
|
|||
// And ready to receive another command
|
||||
Uart14bReset();
|
||||
Demod14bReset();
|
||||
reader_is_active = false;
|
||||
expect_tag_answer = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue