mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix string formatter
This commit is contained in:
parent
04216efb71
commit
c72d4a188d
1 changed files with 1 additions and 1 deletions
|
@ -817,7 +817,7 @@ int CmdLFRead(const char *Cmd) {
|
|||
} while (cm && kbd_enter_pressed() == false);
|
||||
|
||||
if (ret == PM3_SUCCESS) {
|
||||
PrintAndLogEx(SUCCESS, "Got " _YELLOW_("%u") " samples", g_GraphTraceLen);
|
||||
PrintAndLogEx(SUCCESS, "Got " _YELLOW_("%zu") " samples", g_GraphTraceLen);
|
||||
|
||||
if (getSignalProperties()->isnoise) {
|
||||
PrintAndLogEx(INFO, "signal looks like noise");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue