Skip to content

Commit

Permalink
✏️ Fix LCD sleep conditional (MarlinFirmware#24685)
Browse files Browse the repository at this point in the history
  • Loading branch information
lefterisgar committed Aug 26, 2022
1 parent c918e90 commit 15a100d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/inc/Conditionals_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@
#if ALL(HAS_RESUME_CONTINUE, PRINTER_EVENT_LEDS, SDSUPPORT)
#define HAS_LEDS_OFF_FLAG 1
#endif
#ifdef DISPLAY_SLEEP_MINUTES || TOUCH_IDLE_SLEEP_MINS
#if DISPLAY_SLEEP_MINUTES || TOUCH_IDLE_SLEEP_MINS
#define HAS_DISPLAY_SLEEP 1
#endif
#if HAS_DISPLAY_SLEEP || LCD_BACKLIGHT_TIMEOUT_MINS
Expand Down

0 comments on commit 15a100d

Please sign in to comment.