Merge fixes.
This commit is contained in:
parent
4402a9f74a
commit
b8f0a2399e
6 changed files with 1 additions and 15 deletions
2
report.c
2
report.c
|
|
@ -92,8 +92,6 @@ void report_alarm_message(int8_t alarm_code)
|
|||
printPgmString(PSTR("Hard/soft limit")); break;
|
||||
case ALARM_ABORT_CYCLE:
|
||||
printPgmString(PSTR("Abort during cycle")); break;
|
||||
case ALARM_SOFT_LIMIT:
|
||||
printPgmString(PSTR("Soft Limit")); break;
|
||||
}
|
||||
printPgmString(PSTR(". MPos?\r\n"));
|
||||
delay_ms(500); // Force delay to ensure message clears serial write buffer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue