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
This commit is contained in:
Tobias Diedrich 2010-05-18 07:07:10 +00:00
parent 922f83e647
commit 4a8c05e92f

View file

@ -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 */