From 371d98d3b01491a78e837719172dea50225b7b2c Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 24 Mar 2025 21:39:30 +0100 Subject: [PATCH] cppcheck duplicateBreak --- armsrc/iso14443a.c | 1 - 1 file changed, 1 deletion(-) diff --git a/armsrc/iso14443a.c b/armsrc/iso14443a.c index 1f3dd71f5..6b88d47b9 100644 --- a/armsrc/iso14443a.c +++ b/armsrc/iso14443a.c @@ -4188,7 +4188,6 @@ void SimulateIso14443aTagAID(uint8_t tagType, uint16_t flags, uint8_t *uid, dynamic_response_info.response_n = 3 + offset; } } - break; } break;