From 86d36a3be3dc31e5fe42815c990dc6b07cf1e40f Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 15 Jun 2025 13:08:23 +0200 Subject: [PATCH] redundant break --- armsrc/iso14443a.c | 1 - 1 file changed, 1 deletion(-) diff --git a/armsrc/iso14443a.c b/armsrc/iso14443a.c index 3e7bc6fee..c22eb91c3 100644 --- a/armsrc/iso14443a.c +++ b/armsrc/iso14443a.c @@ -4280,7 +4280,6 @@ void SimulateIso14443aTagAID(uint8_t tagType, uint16_t flags, uint8_t *uid, dynamic_response_info.response_n = 3 + offset; } } - break; } break;