projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Support TCP ports for proxmark (#720)
[proxmark3-svn]
/
armsrc
/
epa.c
diff --git
a/armsrc/epa.c
b/armsrc/epa.c
index fd71430bf04ba1906a75c3cae42988079d1844c2..01aff30235bf3d2d02e5d231244e47378d5abba0 100644
(file)
--- a/
armsrc/epa.c
+++ b/
armsrc/epa.c
@@
-116,7
+116,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);
Impressum
,
Datenschutz