mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
iso14443b: remove redundant assignment, cf issue #1497
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user