Fix typo
This commit is contained in:
parent
3a00054c55
commit
35a67ad51f
|
|
@ -631,7 +631,7 @@ void crashdet_detected(uint8_t mask)
|
||||||
lcd_update_enable(true);
|
lcd_update_enable(true);
|
||||||
lcd_update(2);
|
lcd_update(2);
|
||||||
|
|
||||||
// prepare the status message with the _current_ axes stauts
|
// prepare the status message with the _current_ axes status
|
||||||
strcat(msg, " ");
|
strcat(msg, " ");
|
||||||
strcat_P(msg, _T(MSG_CRASH_DETECTED));
|
strcat_P(msg, _T(MSG_CRASH_DETECTED));
|
||||||
lcd_setstatus(msg);
|
lcd_setstatus(msg);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue