diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2006-07-28 11:06:28 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2006-07-28 11:06:28 +0000 |
commit | 38719f87cbf6cd5fcefafe14780543eb1dad3f63 (patch) | |
tree | 7e25298c41147028f35275cb223817f645c2178b /firmware | |
parent | 705ebe6aa2bdb0d8fe7e4d17fce0e0b3fcab4842 (diff) | |
download | rockbox-38719f87cbf6cd5fcefafe14780543eb1dad3f63.tar.gz rockbox-38719f87cbf6cd5fcefafe14780543eb1dad3f63.zip |
Remote backlight is in the target tree for X5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10351 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/backlight.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/backlight.c b/firmware/backlight.c index 1e72c6a81d..2539bb642a 100644 --- a/firmware/backlight.c +++ b/firmware/backlight.c | |||
@@ -336,6 +336,7 @@ static void _backlight_off(void) | |||
336 | } | 336 | } |
337 | 337 | ||
338 | #ifdef HAVE_REMOTE_LCD | 338 | #ifdef HAVE_REMOTE_LCD |
339 | #ifndef TARGET_TREE | ||
339 | static void __remote_backlight_on(void) | 340 | static void __remote_backlight_on(void) |
340 | { | 341 | { |
341 | #ifdef SIMULATOR | 342 | #ifdef SIMULATOR |
@@ -357,6 +358,7 @@ static void __remote_backlight_off(void) | |||
357 | or_l(0x00000800, &GPIO_OUT); | 358 | or_l(0x00000800, &GPIO_OUT); |
358 | #endif | 359 | #endif |
359 | } | 360 | } |
361 | #endif /* TARGET_TREE */ | ||
360 | #endif /* HAVE_REMOTE_LCD */ | 362 | #endif /* HAVE_REMOTE_LCD */ |
361 | 363 | ||
362 | void backlight_thread(void) | 364 | void backlight_thread(void) |