CHG: clearCommandBuffer(); before calling cmdparser.
This commit is contained in:
@@ -372,6 +372,7 @@ static command_t CommandTable[] = {
|
||||
};
|
||||
|
||||
int CmdLFHID(const char *Cmd) {
|
||||
clearCommandBuffer();
|
||||
CmdsParse(CommandTable, Cmd);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user