From fe1bd6f2c415dd275a79f47dc9641446d73ececa Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Fri, 21 Mar 2025 14:20:15 +0100 Subject: [PATCH] minor fix --- client/src/cmdhfmfu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmfu.c b/client/src/cmdhfmfu.c index 2c2e1abda..2591912f1 100644 --- a/client/src/cmdhfmfu.c +++ b/client/src/cmdhfmfu.c @@ -4698,8 +4698,8 @@ static int CmdHF14AMfuOtpTearoff(const char *Cmd) { current++; end++; start++; - retries = 0; PrintAndLogEx(INFO, _CYAN_("Retried %u times, increased delay with 1us"), retries); + retries = 0; } } }