mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-11 18:48:08 +08:00
fix
This commit is contained in:
parent
72f6ba712a
commit
f5b7371d7c
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ static int CmdHFFidoInfo(const char *cmd) {
|
||||||
if (sw)
|
if (sw)
|
||||||
PrintAndLogEx(INFO, "Not a FIDO card! APDU response: %04x - %s", sw, GetAPDUCodeDescription(sw >> 8, sw & 0xff));
|
PrintAndLogEx(INFO, "Not a FIDO card! APDU response: %04x - %s", sw, GetAPDUCodeDescription(sw >> 8, sw & 0xff));
|
||||||
else
|
else
|
||||||
PrintAndLogEx(ERROR, "APDU exchange error. Card returns 0x0000.");
|
PrintAndLogEx(ERR, "APDU exchange error. Card returns 0x0000.");
|
||||||
|
|
||||||
DropField();
|
DropField();
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue