forked from len0rd/rockbox
Slightly more correct initialization of the power/charging code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3940 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
71316085de
commit
53ee344743
5 changed files with 15 additions and 4 deletions
|
|
@ -146,7 +146,7 @@ void init(void)
|
|||
|
||||
button_init();
|
||||
|
||||
power_init(); /* moved up from below mpeg_init, hope that's not harmful */
|
||||
powermgmt_init();
|
||||
|
||||
if (coldstart && charger_inserted())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue