added: hf 14b apdu

This commit is contained in:
iceman1001 2020-09-30 17:06:19 +02:00
commit 181bb3bc74
4 changed files with 483 additions and 93 deletions

View file

@ -118,7 +118,7 @@ static int EPA_APDU(uint8_t *apdu, size_t length, uint8_t *response, uint16_t re
case 'a':
return iso14_apdu(apdu, (uint16_t) length, false, response, NULL);
case 'b':
return iso14443b_apdu(apdu, length, response, respmaxlen);
return iso14443b_apdu(apdu, length, false, response, respmaxlen);
default:
return 0;
}