This commit is contained in:
iceman1001 2019-04-17 14:33:09 +02:00
parent 72f6ba712a
commit f5b7371d7c

View file

@ -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;