mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
errors: cmdmain
This commit is contained in:
parent
dcfee8963b
commit
38fc6e2290
4 changed files with 9 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue