Consolidate Malyan LCD and ExtUI
This commit is contained in:
@ -733,7 +733,7 @@ void kill(PGM_P const lcd_msg/*=NULL*/) {
|
||||
|
||||
SERIAL_ERROR_MSG(MSG_ERR_KILLED);
|
||||
|
||||
#if HAS_SPI_LCD || ENABLED(EXTENSIBLE_UI)
|
||||
#if HAS_DISPLAY
|
||||
ui.kill_screen(lcd_msg ? lcd_msg : PSTR(MSG_KILLED));
|
||||
#else
|
||||
UNUSED(lcd_msg);
|
||||
|
Reference in New Issue
Block a user