icopyx retval, should be more generic...

This commit is contained in:
Philippe Teuwen 2021-08-21 23:56:03 +02:00
parent e7a9ec6154
commit 0f039582b3

View file

@ -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;