summaryrefslogtreecommitdiff
path: root/firmware/export/backlight.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/backlight.h')
-rw-r--r--firmware/export/backlight.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/backlight.h b/firmware/export/backlight.h
index 19e5f9b91b..a1c65a3b4e 100644
--- a/firmware/export/backlight.h
+++ b/firmware/export/backlight.h
@@ -57,7 +57,7 @@ void backlight_set_on_button_hold(int index);
57#endif 57#endif
58 58
59#if defined(HAVE_LCD_SLEEP) && defined(HAVE_LCD_SLEEP_SETTING) 59#if defined(HAVE_LCD_SLEEP) && defined(HAVE_LCD_SLEEP_SETTING)
60void lcd_set_sleep_after_backlight_off(int index); 60void lcd_set_sleep_after_backlight_off(int timeout_seconds);
61#endif 61#endif
62 62
63#else /* !HAVE_BACKLIGHT */ 63#else /* !HAVE_BACKLIGHT */