summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2004-10-09 19:56:27 +0000
committerJens Arnold <amiconn@rockbox.org>2004-10-09 19:56:27 +0000
commita1a08d0d5f36ab2212d9e1b78e54467469f4cf25 (patch)
treef640797017847e792df9abb7f6f872eefa670a06 /firmware
parent5ae37f0ddbd2b072d61e63529926663a7dad6c47 (diff)
downloadrockbox-a1a08d0d5f36ab2212d9e1b78e54467469f4cf25.tar.gz
rockbox-a1a08d0d5f36ab2212d9e1b78e54467469f4cf25.zip
Removed backlight handling remains for platforms with no backlight (Ondio)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5236 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-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