From 4c4e291588bfdc21cafc955a090dd3f05145d24f Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 5 Sep 2021 19:54:04 +0200 Subject: [PATCH] iso14443b: remove redundant assignment, cf issue #1497 --- armsrc/iso14443b.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/armsrc/iso14443b.c b/armsrc/iso14443b.c index 9fe5e51d0..a3a66aa4a 100644 --- a/armsrc/iso14443b.c +++ b/armsrc/iso14443b.c @@ -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; }