mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
fix compiler warning
This commit is contained in:
parent
d019477420
commit
2c2d1d0c1b
1 changed files with 1 additions and 1 deletions
|
@ -5047,7 +5047,7 @@ static int CmdHF14AMfECFill(const char *Cmd) {
|
||||||
t1 = msclock() - t1;
|
t1 = msclock() - t1;
|
||||||
|
|
||||||
if (resp.status == PM3_SUCCESS)
|
if (resp.status == PM3_SUCCESS)
|
||||||
PrintAndLogEx(SUCCESS, "Fill ( " _GREEN_("ok") " ) in " _YELLOW_("%i") " ms", t1);
|
PrintAndLogEx(SUCCESS, "Fill ( " _GREEN_("ok") " ) in " _YELLOW_("%" PRIu64 ) " ms", t1);
|
||||||
else
|
else
|
||||||
PrintAndLogEx(FAILED, "Fill ( " _RED_("fail") " )");
|
PrintAndLogEx(FAILED, "Fill ( " _RED_("fail") " )");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue