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:
parent
922f83e647
commit
4a8c05e92f
1 changed files with 0 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue