Fix for a few -Wextra warnings.
This commit is contained in:
parent
72586eb30a
commit
43018a48c4
3 changed files with 18 additions and 14 deletions
|
|
@ -1753,7 +1753,7 @@ void kill()
|
|||
SERIAL_ERRORLNPGM(MSG_ERR_KILLED);
|
||||
LCD_ALERTMESSAGEPGM(MSG_KILLED);
|
||||
suicide();
|
||||
while(1); // Wait for reset
|
||||
while(1) { /* Intentionally left empty */ } // Wait for reset
|
||||
}
|
||||
|
||||
void Stop()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue