🩹 Fix DGUS (MKS) compile (#24378)

This commit is contained in:
ellensp
2022-06-22 22:08:24 +12:00
committed by GitHub
parent 3c13be165b
commit 58d1b1be28
5 changed files with 23 additions and 19 deletions

View File

@@ -502,7 +502,6 @@ public:
#else // No LCD
static void update() {}
static void return_to_status() {}
static void kill_screen(FSTR_P const, FSTR_P const) {}
#endif
@@ -609,6 +608,8 @@ public:
#else
static void return_to_status() {}
static constexpr bool on_status_screen() { return true; }
#if HAS_WIRED_LCD