propagate CmdsParse return value
This commit is contained in:
@@ -1007,8 +1007,7 @@ static command_t CommandTable[] = {
|
||||
|
||||
int CmdLF(const char *Cmd) {
|
||||
clearCommandBuffer();
|
||||
CmdsParse(CommandTable, Cmd);
|
||||
return 0;
|
||||
return CmdsParse(CommandTable, Cmd);
|
||||
}
|
||||
|
||||
int CmdHelp(const char *Cmd) {
|
||||
|
||||
Reference in New Issue
Block a user