FIX: Coverity, unchecked return value, CID #121292,..

basicallty the flush queue commmand is replaced with clearCommandBuffer();.
This commit is contained in:
iceman1001 2016-01-12 22:30:22 +01:00
commit 28415b5d90
8 changed files with 30 additions and 23 deletions

View file

@ -2025,7 +2025,8 @@ static command_t CommandTable[] =
};
int CmdHFMFUltra(const char *Cmd){
WaitForResponseTimeout(CMD_ACK,NULL,100);
clearCommandBuffer();
//WaitForResponseTimeout(CMD_ACK,NULL,100);
CmdsParse(CommandTable, Cmd);
return 0;
}