making a 14a select fct reachable, in order to do a test in desfire code without repeating same ftc

This commit is contained in:
iceman1001
2021-04-30 11:18:14 +02:00
parent 8243ac9749
commit 0d1f8ca957
3 changed files with 19 additions and 2 deletions

View File

@@ -843,7 +843,7 @@ int ExchangeRAW14a(uint8_t *datain, int datainlen, bool activateField, bool leav
return 0;
}
static int SelectCard14443_4(bool disconnect, iso14a_card_select_t *card) {
int SelectCard14443_4(bool disconnect, iso14a_card_select_t *card) {
PacketResponseNG resp;
frameLength = 0;
@@ -862,7 +862,7 @@ static int SelectCard14443_4(bool disconnect, iso14a_card_select_t *card) {
// check result
if (resp.oldarg[0] == 0) {
PrintAndLogEx(ERR, "No card in fiel.");
PrintAndLogEx(ERR, "No card in field");
return PM3_ECARDEXCHANGE;
}