mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
chg, 'hf mf sim' is ok to call without parameter
This commit is contained in:
parent
8f6253c5ed
commit
1b20ff8243
1 changed files with 1 additions and 1 deletions
|
@ -1798,7 +1798,7 @@ int CmdHF14AMf1kSim(const char *Cmd) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//Validations
|
//Validations
|
||||||
if (errors || cmdp == 0) return usage_hf14_mf1ksim();
|
if (errors) return usage_hf14_mf1ksim();
|
||||||
|
|
||||||
PrintAndLog(" uid:%s, numreads:%d, flags:%d (0x%02x) "
|
PrintAndLog(" uid:%s, numreads:%d, flags:%d (0x%02x) "
|
||||||
, (uidlen == 0 ) ? "N/A" : sprint_hex(uid, uidlen>>1)
|
, (uidlen == 0 ) ? "N/A" : sprint_hex(uid, uidlen>>1)
|
||||||
|
|
Loading…
Reference in a new issue