This commit is contained in:
osboxes.org 2019-04-10 09:47:36 +02:00
parent ffd2c92584
commit acf3920394
2 changed files with 2 additions and 2 deletions

View file

@ -260,7 +260,7 @@ int Hf14443_4aGetCardData(iso14a_card_select_t *card) {
PrintAndLogEx(NORMAL, "E-> Error ATS length(%d) : %s", card->ats_len, sprint_hex(card->ats, card->ats_len));
return 1;
}
PrintAndLogEx(NORMAL, " ATS: %s", sprint_hex(card->ats, card->ats_len));
return 0;
}

View file

@ -10,4 +10,4 @@ int CmdHF14AMfDESAuth(const char *Cmd);
int CmdHFMFDesfire(const char *Cmd);
int CmdHelp(const char *Cmd);
#endif
#endif