summaryrefslogtreecommitdiff
path: root/firmware/target/arm
diff options
context:
space:
mode:
authorTobias Diedrich <ranma+coreboot@tdiedrich.de>2010-05-18 07:07:10 +0000
committerTobias Diedrich <ranma+coreboot@tdiedrich.de>2010-05-18 07:07:10 +0000
commit4a8c05e92f5c58eb8201884a509860ec06a5489d (patch)
treedadb68fa6dc395263c1c225f553dee00e8ad9864 /firmware/target/arm
parent922f83e64729910dcc83e66cd5aa54c9a4bd4cd2 (diff)
downloadrockbox-4a8c05e92f5c58eb8201884a509860ec06a5489d.tar.gz
rockbox-4a8c05e92f5c58eb8201884a509860ec06a5489d.zip
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
Diffstat (limited to 'firmware/target/arm')
-rw-r--r--firmware/target/arm/as3525/system-as3525.c3
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)
393 393
394void system_exception_wait(void) 394void system_exception_wait(void)
395{ 395{
396 /* make sure backlight is on */
397 _backlight_on();
398 _backlight_pwm(1);
399 /* wait until button release (if a button is pressed) */ 396 /* wait until button release (if a button is pressed) */
400 while(button_read_device()); 397 while(button_read_device());
401 /* then wait until next button press */ 398 /* then wait until next button press */