diff options
author | Steve Bavin <pondlife@pondlife.me> | 2008-11-26 10:21:03 +0000 |
---|---|---|
committer | Steve Bavin <pondlife@pondlife.me> | 2008-11-26 10:21:03 +0000 |
commit | b70f57502370b5d91e557e61ec23de95d8e027a9 (patch) | |
tree | 52dace1509fc7e547c0d6da27def523ac4e3a06e /firmware/export/config-h300.h | |
parent | 28f06901f74d8574ea0de00a143cbda08326d9f7 (diff) |
Fix reds. Also note my r19221 commit message had a typo - shoudld have been e200/c200, not e100.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19224 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h300.h')
-rw-r--r-- | firmware/export/config-h300.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index 2af426f048..680ca91245 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -116,8 +116,9 @@ /* define this if the backlight thread is used for fade, not for sim, needs * HAVE_BACKLIGHT_BRIGHTNESS */ +#ifndef BOOTLOADER #define USE_BACKLIGHT_SW_FADING - +#endif /* Define this if your LCD can be enabled/disabled */ #define HAVE_LCD_ENABLE |