mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 14:13:42 -07:00
added break to exec command - it uses only tested functionality
This commit is contained in:
parent
f3aef7fb5b
commit
620b1be410
1 changed files with 2 additions and 0 deletions
|
@ -387,6 +387,8 @@ int CmdHFEMVExec(const char *cmd) {
|
|||
TLVPrintFromBuffer(buf, len);
|
||||
PrintAndLog("* Selected.");
|
||||
|
||||
PrintAndLog("-----BREAK.");
|
||||
return 0;
|
||||
PrintAndLog("\n* Init transaction parameters.");
|
||||
|
||||
//9F66:(Terminal Transaction Qualifiers (TTQ)) len:4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue