mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 14:13:42 -07:00
small fix)
This commit is contained in:
parent
8fe3366af0
commit
0ec1c2d66a
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ int CmdHFEMVPPSE(const char *cmd) {
|
|||
int res = EMVSelectPSE(activateField, leaveSignalON, PSENum, buf, sizeof(buf), &len, &sw);
|
||||
|
||||
if (sw)
|
||||
PrintAndLog("APDU response: %04x - %s", sw, GetAPDUCodeDescription(sw >> 8, sw & 0xff));
|
||||
PrintAndLog("APDU response status: %04x - %s", sw, GetAPDUCodeDescription(sw >> 8, sw & 0xff));
|
||||
|
||||
if (res)
|
||||
return res;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue