summaryrefslogtreecommitdiff
path: root/firmware/backlight.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/backlight.c')
-rw-r--r--firmware/backlight.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/backlight.c b/firmware/backlight.c
index 10e4a2fdfb..9767bbab3b 100644
--- a/firmware/backlight.c
+++ b/firmware/backlight.c
@@ -28,13 +28,13 @@
28#include "power.h" 28#include "power.h"
29#include "system.h" 29#include "system.h"
30 30
31#ifdef HAVE_BACKLIGHT
32
31const char backlight_timeout_value[19] = 33const char backlight_timeout_value[19] =
32{ 34{
33 -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30, 45, 60, 90 35 -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30, 45, 60, 90
34}; 36};
35 37
36#ifdef HAVE_BACKLIGHT
37
38#define BACKLIGHT_ON 1 38#define BACKLIGHT_ON 1
39#define BACKLIGHT_OFF 2 39#define BACKLIGHT_OFF 2
40 40