Touch UI updates for Cocoa Press (#15986)

This commit is contained in:
Scott Lahteine
2019-11-24 06:08:05 -06:00
committed by GitHub
parent 441e822fb3
commit b11551c767
149 changed files with 638 additions and 271 deletions

View File

@@ -720,7 +720,6 @@ void kill(PGM_P const lcd_error/*=nullptr*/, PGM_P const lcd_component/*=nullptr
SERIAL_ERROR_MSG(MSG_ERR_KILLED);
#if HAS_DISPLAY
extern const char NUL_STR[];
ui.kill_screen(lcd_error ?: GET_TEXT(MSG_KILLED), lcd_component ?: NUL_STR);
#else
UNUSED(lcd_error);