FIX: Coverity Scan fixes, a bunch of them.

This commit is contained in:
iceman1001
2016-01-16 22:58:44 +01:00
parent 72109f8296
commit e1ad67eaf2
7 changed files with 27 additions and 30 deletions

View File

@@ -396,8 +396,9 @@ static command_t CommandTable[] =
int CmdHFTopaz(const char *Cmd) {
// flush
WaitForResponseTimeout(CMD_ACK,NULL,100);
//WaitForResponseTimeout(CMD_ACK,NULL,100);
clearCommandBuffer();
// parse
CmdsParse(CommandTable, Cmd);
return 0;