mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-20 03:48:33 +08:00
text
This commit is contained in:
parent
cf96dc3acb
commit
12969cf728
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue