minor fix

This commit is contained in:
Philippe Teuwen 2025-03-21 14:20:15 +01:00
commit fe1bd6f2c4

View file

@ -4698,8 +4698,8 @@ static int CmdHF14AMfuOtpTearoff(const char *Cmd) {
current++; current++;
end++; end++;
start++; start++;
retries = 0;
PrintAndLogEx(INFO, _CYAN_("Retried %u times, increased delay with 1us"), retries); PrintAndLogEx(INFO, _CYAN_("Retried %u times, increased delay with 1us"), retries);
retries = 0;
} }
} }
} }