mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 15:47:42 +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
|
// process cmd
|
||||||
g_pendingPrompt = false;
|
g_pendingPrompt = false;
|
||||||
int ret = CommandReceived(cmd);
|
int ret = CommandReceived(cmd);
|
||||||
|
#if defined ICOPYX
|
||||||
|
PrintAndLogEx(NORMAL, "\nNikola.D: %d", ret);
|
||||||
|
#endif
|
||||||
// exit or quit
|
// exit or quit
|
||||||
if (ret == PM3_EFATAL)
|
if (ret == PM3_EFATAL)
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue