Patch #else / #endif comments
This commit is contained in:
@ -51,6 +51,6 @@ void watchdog_init() {
|
||||
kill(PSTR("ERR:Please Reset")); //kill blocks //16 characters so it fits on a 16x2 display
|
||||
while (1); //wait for user or serial reset
|
||||
}
|
||||
#endif //WATCHDOG_RESET_MANUAL
|
||||
#endif // WATCHDOG_RESET_MANUAL
|
||||
|
||||
#endif //USE_WATCHDOG
|
||||
#endif // USE_WATCHDOG
|
||||
|
Reference in New Issue
Block a user