🩹 Fix LCD_BACKLIGHT_TIMEOUT compile (#24463)

This commit is contained in:
Jason Smith
2022-07-07 21:43:56 -07:00
committed by GitHub
parent 623631286f
commit f65f7a685b
5 changed files with 13 additions and 12 deletions

View File

@@ -886,7 +886,7 @@ private:
static void M250_report(const bool forReplay=true);
#endif
#if HAS_DISPLAY_SLEEP
#if HAS_GCODE_M255
static void M255();
static void M255_report(const bool forReplay=true);
#endif