summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-12-17 13:44:09 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-12-17 13:44:09 +0000
commit5d96c3ba711f0a1b3fd71cad0764b56f0260df8d (patch)
tree5ac0950baac6ca901ebd582611a41772042e6151 /firmware
parent6c683d449ea2b9955f827e898e1fd527fd814d20 (diff)
downloadrockbox-5d96c3ba711f0a1b3fd71cad0764b56f0260df8d.tar.gz
rockbox-5d96c3ba711f0a1b3fd71cad0764b56f0260df8d.zip
Enable backlight brightness in simulator
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24042 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 3b50775faa..367c392a7c 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -558,8 +558,8 @@ Lyre prototype 1 */
558#define CONFIG_TUNER_MULTI 558#define CONFIG_TUNER_MULTI
559#endif 559#endif
560 560
561/* deactivate fading in bootloader/sim */ 561/* deactivate fading in bootloader */
562#if defined(BOOTLOADER) || defined(SIMULATOR) 562#if defined(BOOTLOADER)
563#undef CONFIG_BACKLIGHT_FADING 563#undef CONFIG_BACKLIGHT_FADING
564#define CONFIG_BACKLIGHT_FADING BACKLIGHT_NO_FADING 564#define CONFIG_BACKLIGHT_FADING BACKLIGHT_NO_FADING
565#endif 565#endif