forked from len0rd/rockbox
Fix bootloaders, and the backlight-modded Ondio build.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15600 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ef12b3b5c6
commit
f4c5c6aa62
6 changed files with 26 additions and 3 deletions
|
@ -69,7 +69,7 @@ void power_off(void)
|
|||
set_irq_level(HIGHEST_IRQ_LEVEL);
|
||||
#ifdef HAVE_BACKLIGHT
|
||||
/* Switch off the light on backlight-modded Ondios */
|
||||
__backlight_off();
|
||||
_backlight_off();
|
||||
#endif
|
||||
and_b(~0x20, &PBDRL);
|
||||
or_b(0x20, &PBIORL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue