mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-22 23:24:22 +08:00
icopyx retval, should be more generic...
This commit is contained in:
parent
e7a9ec6154
commit
0f039582b3
1 changed files with 3 additions and 0 deletions
|
@ -460,6 +460,9 @@ check_script:
|
|||
// process cmd
|
||||
g_pendingPrompt = false;
|
||||
int ret = CommandReceived(cmd);
|
||||
#if defined ICOPYX
|
||||
PrintAndLogEx(NORMAL, "\nNikola.D: %d", ret);
|
||||
#endif
|
||||
// exit or quit
|
||||
if (ret == PM3_EFATAL)
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue