fix
This commit is contained in:
@@ -75,7 +75,7 @@ static int CmdHFFidoInfo(const char *cmd) {
|
||||
if (sw)
|
||||
PrintAndLogEx(INFO, "Not a FIDO card! APDU response: %04x - %s", sw, GetAPDUCodeDescription(sw >> 8, sw & 0xff));
|
||||
else
|
||||
PrintAndLogEx(ERROR, "APDU exchange error. Card returns 0x0000.");
|
||||
PrintAndLogEx(ERR, "APDU exchange error. Card returns 0x0000.");
|
||||
|
||||
DropField();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user