Fix for a few -Wextra warnings.

This commit is contained in:
daid303
2012-11-12 15:35:28 +01:00
parent 72586eb30a
commit 43018a48c4
3 changed files with 18 additions and 14 deletions

View File

@@ -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()