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