iso14443b: remove redundant assignment, cf issue #1497

This commit is contained in:
Philippe Teuwen 2021-09-05 19:54:04 +02:00
commit 4c4e291588

View file

@ -2095,7 +2095,6 @@ void SniffIso14443b(void) {
// And ready to receive another command. // And ready to receive another command.
Uart14bReset(); Uart14bReset();
Demod14bReset(); Demod14bReset();
reader_is_active = false;
expect_tag_answer = true; expect_tag_answer = true;
} }
@ -2112,7 +2111,6 @@ void SniffIso14443b(void) {
// And ready to receive another command // And ready to receive another command
Uart14bReset(); Uart14bReset();
Demod14bReset(); Demod14bReset();
reader_is_active = false;
expect_tag_answer = true; expect_tag_answer = true;
} }