summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/helper.c')
-rw-r--r--apps/plugins/lib/helper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/lib/helper.c b/apps/plugins/lib/helper.c
index 6eb3498791..f36c01b23e 100644
--- a/apps/plugins/lib/helper.c
+++ b/apps/plugins/lib/helper.c
@@ -22,6 +22,7 @@
22#include "plugin.h" 22#include "plugin.h"
23#include "helper.h" 23#include "helper.h"
24 24
25#ifdef HAVE_BACKLIGHT
25/* Force the backlight on */ 26/* Force the backlight on */
26void backlight_force_on(void) 27void backlight_force_on(void)
27{ 28{
@@ -51,6 +52,7 @@ void backlight_use_settings(void)
51 backlight_timeout_plugged); 52 backlight_timeout_plugged);
52#endif /* CONFIG_CHARGING */ 53#endif /* CONFIG_CHARGING */
53} 54}
55#endif /* HAVE_BACKLIGHT */
54 56
55#ifdef HAVE_SW_POWEROFF 57#ifdef HAVE_SW_POWEROFF
56static bool original_sw_poweroff_state = true; 58static bool original_sw_poweroff_state = true;