mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 10:11:58 +08:00
change sc apdu to be compatible with 14a apdu
This commit is contained in:
parent
11e0c09fdd
commit
ce6320cdc1
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ int ExchangeAPDUSC(uint8_t *datain, int datainlen, bool activateCard, bool leave
|
||||||
int len = smart_responseEx(dataout, true);
|
int len = smart_responseEx(dataout, true);
|
||||||
|
|
||||||
if ( len < 0 ) {
|
if ( len < 0 ) {
|
||||||
return 2;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// retry
|
// retry
|
||||||
|
|
Loading…
Reference in a new issue