convert to MIX for simple send commands.

This commit is contained in:
iceman1001 2019-05-07 19:03:25 +02:00
commit 0c20c1a9d1
3 changed files with 11 additions and 6 deletions

View file

@ -876,7 +876,7 @@ static int CmdBuffClear(const char *Cmd) {
if (cmdp == 'h') return usage_data_buffclear();
clearCommandBuffer();
SendCommandOLD(CMD_BUFF_CLEAR, 0, 0, 0, NULL, 0);
SendCommandMIX(CMD_BUFF_CLEAR, 0, 0, 0, NULL, 0);
ClearGraph(true);
return 0;
}