mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-28 19:31:19 +08:00
chg: removed warning
This commit is contained in:
parent
9571cf1d13
commit
e536cb082f
1 changed files with 1 additions and 1 deletions
|
@ -2030,8 +2030,8 @@ int CmdHFiClassCheckKeys(const char *Cmd) {
|
||||||
PrintAndLogEx(SUCCESS, "Using elite algo");
|
PrintAndLogEx(SUCCESS, "Using elite algo");
|
||||||
if (use_raw)
|
if (use_raw)
|
||||||
PrintAndLogEx(SUCCESS, "Using raw mode");
|
PrintAndLogEx(SUCCESS, "Using raw mode");
|
||||||
PrintAndLogEx(SUCCESS, "Searching for %s key", (use_credit_key) ? "CREDIT" : "DEBIT");
|
|
||||||
|
|
||||||
|
PrintAndLogEx(SUCCESS, "Searching for %s key", (use_credit_key) ? "CREDIT" : "DEBIT");
|
||||||
PrintAndLogEx(SUCCESS,"Tag info");
|
PrintAndLogEx(SUCCESS,"Tag info");
|
||||||
PrintAndLogEx(SUCCESS, "CSN | %s", sprint_hex( CSN, sizeof(CSN) ));
|
PrintAndLogEx(SUCCESS, "CSN | %s", sprint_hex( CSN, sizeof(CSN) ));
|
||||||
PrintAndLogEx(SUCCESS, "CCNR | %s", sprint_hex( CCNR, sizeof(CCNR) ));
|
PrintAndLogEx(SUCCESS, "CCNR | %s", sprint_hex( CCNR, sizeof(CCNR) ));
|
||||||
|
|
Loading…
Reference in a new issue