errors: cmdmain

This commit is contained in:
Philippe Teuwen 2019-04-19 00:42:25 +02:00
commit 38fc6e2290
4 changed files with 9 additions and 7 deletions

View file

@ -631,8 +631,7 @@ static int CmdHelp(const char *Cmd) {
int CmdFlashMem(const char *Cmd) {
clearCommandBuffer();
CmdsParse(CommandTable, Cmd);
return PM3_SUCCESS;
return CmdsParse(CommandTable, Cmd);
}
#endif