chg, strange wait

This commit is contained in:
iceman1001 2020-06-03 14:52:48 +02:00
commit d5731b3aec

View file

@ -1506,7 +1506,7 @@ static int CmdHelp(const char *Cmd) {
}
int CmdHFMFP(const char *Cmd) {
(void)WaitForResponseTimeout(CMD_ACK, NULL, 100);
clearCommandBuffer();
return CmdsParse(CommandTable, Cmd);
}