mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
hf emv select
some refactoring
This commit is contained in:
parent
3668df05ec
commit
7d4ba60e8e
2 changed files with 5 additions and 2 deletions
|
@ -51,8 +51,7 @@ int CmdHFEMVSelect(const char *cmd) {
|
|||
bool leaveSignalON = arg_get_lit(2);
|
||||
bool APDULogging = arg_get_lit(3);
|
||||
bool decodeTLV = arg_get_lit(4);
|
||||
if (arg_get_str_len(5))
|
||||
CLIGetStrBLessWithReturn(5, data, &datalen, 0);
|
||||
CLIGetStrBLessWithReturn(5, data, &datalen, 0);
|
||||
CLIParserFree();
|
||||
|
||||
SetAPDULogging(APDULogging);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue