Patch some serial macros
This commit is contained in:
parent
d91710e9aa
commit
e94f79ccea
24 changed files with 273 additions and 273 deletions
|
|
@ -46,7 +46,7 @@ void watchdog_init() {
|
|||
// Watchdog timer interrupt, called if main program blocks >4sec and manual reset is enabled.
|
||||
#if ENABLED(WATCHDOG_RESET_MANUAL)
|
||||
ISR(WDT_vect) {
|
||||
SERIAL_ERROR_START;
|
||||
SERIAL_ERROR_START();
|
||||
SERIAL_ERRORLNPGM("Something is wrong, please turn off the printer.");
|
||||
kill(PSTR("ERR:Please Reset")); //kill blocks //16 characters so it fits on a 16x2 display
|
||||
while (1); //wait for user or serial reset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue