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