diff options
author | Tobias Diedrich <ranma+coreboot@tdiedrich.de> | 2010-05-18 07:07:10 +0000 |
---|---|---|
committer | Tobias Diedrich <ranma+coreboot@tdiedrich.de> | 2010-05-18 07:07:10 +0000 |
commit | 4a8c05e92f5c58eb8201884a509860ec06a5489d (patch) | |
tree | dadb68fa6dc395263c1c225f553dee00e8ad9864 | |
parent | 922f83e64729910dcc83e66cd5aa54c9a4bd4cd2 (diff) |
This change wasn't supposed to be in there yet.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26127 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | firmware/target/arm/as3525/system-as3525.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/target/arm/as3525/system-as3525.c b/firmware/target/arm/as3525/system-as3525.c index ba8aa43715..6cce5e5a50 100644 --- a/firmware/target/arm/as3525/system-as3525.c +++ b/firmware/target/arm/as3525/system-as3525.c @@ -393,9 +393,6 @@ void system_reboot(void) void system_exception_wait(void) { - /* make sure backlight is on */ - _backlight_on(); - _backlight_pwm(1); /* wait until button release (if a button is pressed) */ while(button_read_device()); /* then wait until next button press */ |