Skip to content

Commit

Permalink
text
Browse files Browse the repository at this point in the history
  • Loading branch information
merlokk committed Jul 12, 2021
1 parent cf96dc3 commit 12969cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/cmdhfmfdes.c
Original file line number Diff line number Diff line change
Expand Up @@ -5342,7 +5342,7 @@ static int CmdHF14ADesGetFreeMem(const char *Cmd) {
return PM3_ESOFT;
}

PrintAndLogEx(SUCCESS, "Free memory 0x%06x, %d bytes", freemem, freemem);
PrintAndLogEx(SUCCESS, "Free memory [0x%06x] %d bytes", freemem, freemem);

DropField();
return PM3_SUCCESS;
Expand Down

0 comments on commit 12969cf

Please sign in to comment.