rcommand.cpp: code sanitization
This commit is contained in:
parent
f6dc5efab3
commit
4883497a6b
@ -269,10 +269,10 @@ void rcommand(uint8_t cmd[], uint8_t cmdlength) {
|
|||||||
table[i].opcode);
|
table[i].opcode);
|
||||||
break; // command found -> exit table lookup loop
|
break; // command found -> exit table lookup loop
|
||||||
} // end of command validation
|
} // end of command validation
|
||||||
} // end of command table lookup loop
|
} // end of table lookup loop
|
||||||
if (i < 0) // command not found -> exit parser
|
if (i < 0) // command not found -> exit parser loop
|
||||||
break;
|
break;
|
||||||
} // command parsing loop
|
} // end of command parsing loop
|
||||||
|
|
||||||
if (storeflag)
|
if (storeflag)
|
||||||
saveConfig();
|
saveConfig();
|
||||||
|
Loading…
Reference in New Issue
Block a user