summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/backlight.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/firmware/export/backlight.h b/firmware/export/backlight.h
index a281b9ede0..c440db4668 100644
--- a/firmware/export/backlight.h
+++ b/firmware/export/backlight.h
@@ -56,12 +56,9 @@ void backlight_hold_changed(bool hold_button);
56void backlight_set_on_button_hold(int index); 56void backlight_set_on_button_hold(int index);
57#endif 57#endif
58 58
59#ifdef HAVE_LCD_SLEEP 59#if defined(HAVE_LCD_SLEEP) && defined(HAVE_LCD_SLEEP_SETTING)
60void backlight_lcd_sleep_countdown(bool start);
61#ifdef HAVE_LCD_SLEEP_SETTING
62void lcd_set_sleep_after_backlight_off(int index); 60void lcd_set_sleep_after_backlight_off(int index);
63#endif 61#endif
64#endif
65 62
66#else /* !HAVE_BACKLIGHT */ 63#else /* !HAVE_BACKLIGHT */
67#define backlight_init() 64#define backlight_init()