mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
rearrange
This commit is contained in:
parent
8ed6afa99a
commit
d840084492
1 changed files with 1 additions and 1 deletions
|
@ -1809,7 +1809,6 @@ static int CmdEMVRoca(const char *Cmd) {
|
|||
};
|
||||
CLIExecWithReturn(ctx, Cmd, argtable, true);
|
||||
|
||||
EMVCommandChannel channel = ECC_CONTACTLESS;
|
||||
if (arg_get_lit(1)) {
|
||||
CLIParserFree(ctx);
|
||||
return roca_self_test();
|
||||
|
@ -1817,6 +1816,7 @@ static int CmdEMVRoca(const char *Cmd) {
|
|||
|
||||
bool show_apdu = arg_get_lit(2);
|
||||
|
||||
EMVCommandChannel channel = ECC_CONTACTLESS;
|
||||
if (arg_get_lit(3))
|
||||
channel = ECC_CONTACT;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue