propagate CmdsParse return value
This commit is contained in:
@@ -118,8 +118,7 @@ static int CmdHelp(const char *Cmd) {
|
||||
|
||||
int CmdLFCOTAG(const char *Cmd) {
|
||||
clearCommandBuffer();
|
||||
CmdsParse(CommandTable, Cmd);
|
||||
return 0;
|
||||
return CmdsParse(CommandTable, Cmd);
|
||||
}
|
||||
|
||||
int demodCOTAG(void) {
|
||||
|
||||
Reference in New Issue
Block a user