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-cowond2.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-cowond2.h')
-rw-r--r-- | firmware/export/config-cowond2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h index b723201340..c6e4555f18 100644 --- a/firmware/export/config-cowond2.h +++ b/firmware/export/config-cowond2.h @@ -124,7 +124,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 you have a TCC7801 */ #define CONFIG_CPU TCC7801 |