use appropriate return code

This commit is contained in:
iceman1001 2023-12-24 10:44:46 +01:00
parent eb673d27b7
commit 417abcbb4c

View file

@ -231,7 +231,7 @@ static int CmdDestronSim(const char *Cmd) {
CLIExecWithReturn(ctx, Cmd, argtable, true);
CLIParserFree(ctx);
PrintAndLogEx(INFO, " To be implemented, feel free to contribute!");
return PM3_SUCCESS;
return PM3_ENOTIMPL;
}
static command_t CommandTable[] = {