summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/backlight.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/backlight.h b/firmware/export/backlight.h
index 09efc45..d0bfc62 100644
--- a/firmware/export/backlight.h
+++ b/firmware/export/backlight.h
@@ -27,5 +27,6 @@ int backlight_get_timeout(void);
void backlight_set_timeout(int seconds);
bool backlight_get_on_when_charging(void);
void backlight_set_on_when_charging(bool yesno);
+extern const char backlight_timeout_value[];
#endif