summaryrefslogtreecommitdiff
path: root/firmware/backlight.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/backlight.c')
-rw-r--r--firmware/backlight.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/firmware/backlight.c b/firmware/backlight.c
index 2143ece46a..ca8ffd1847 100644
--- a/firmware/backlight.c
+++ b/firmware/backlight.c
@@ -623,13 +623,9 @@ void backlight_init(void)
623# endif 623# endif
624 } 624 }
625#endif 625#endif
626 backlight_on(); 626 /* Leave all lights as set by the bootloader here. The settings load will
627#ifdef HAVE_REMOTE_LCD 627 * call the appropriate backlight_set_*() functions, only changing light
628 remote_backlight_on(); 628 * status if necessary. */
629#endif
630#ifdef HAVE_BUTTON_LIGHT
631 button_backlight_on();
632#endif
633 629
634 create_thread(backlight_thread, backlight_stack, 630 create_thread(backlight_thread, backlight_stack,
635 sizeof(backlight_stack), backlight_thread_name 631 sizeof(backlight_stack), backlight_thread_name