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 f215e0faea..ad06a670e1 100644
--- a/firmware/export/backlight.h
+++ b/firmware/export/backlight.h
@@ -95,7 +95,7 @@ void buttonlight_set_timeout(int value);
95 95
96/* Private API for use in target tree backlight code only */ 96/* Private API for use in target tree backlight code only */
97#ifdef HAVE_BUTTON_LIGHT 97#ifdef HAVE_BUTTON_LIGHT
98extern int _buttonlight_timeout; 98int buttonlight_get_current_timeout(void);
99#endif 99#endif
100 100
101#endif /* BACKLIGHT_H */ 101#endif /* BACKLIGHT_H */