mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
text
This commit is contained in:
parent
ed60d26808
commit
384a7212d0
4 changed files with 5 additions and 5 deletions
|
@ -1100,7 +1100,7 @@ static int CmdHF15Info(const char *Cmd) {
|
|||
PrintAndLogEx(SUCCESS, " " _YELLOW_("%u") " ( or " _YELLOW_("%u") " ) bytes/blocks x " _YELLOW_("%u") " blocks", size + 1, size, blocks);
|
||||
PrintAndLogEx(SUCCESS, " " _YELLOW_("%u") " total bytes", ((size + 1) * blocks));
|
||||
} else {
|
||||
PrintAndLogEx(SUCCESS, " N/A");
|
||||
PrintAndLogEx(SUCCESS, " n/a");
|
||||
}
|
||||
|
||||
// Check if SLIX2 and attempt to get NXP System Information
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue