fixed armside epa.c

This commit is contained in:
merlokk 2018-11-08 20:29:29 +02:00
parent 0cfa47e628
commit 1f1d8bfc0b

View file

@ -108,7 +108,7 @@ int EPA_APDU(uint8_t *apdu, size_t length, uint8_t *response)
switch(iso_type)
{
case 'a':
return iso14_apdu(apdu, (uint16_t) length, response);
return iso14_apdu(apdu, (uint16_t) length, response, NULL);
break;
case 'b':
return iso14443b_apdu(apdu, length, response);