1
0
Fork 0
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:
Linus Nielsen Feltzing 2003-08-25 08:57:49 +00:00
parent 71316085de
commit 53ee344743
5 changed files with 15 additions and 4 deletions

View file

@ -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())
{