1
0
Fork 0
forked from len0rd/rockbox

Added battery charger for the recorder and a power management debugger.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1547 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Heikki Hannikainen 2002-08-06 10:52:51 +00:00
parent 3f809e716d
commit 6eb4254dfa
5 changed files with 156 additions and 7 deletions

View file

@ -30,6 +30,7 @@
#include "menu.h"
#include "system.h"
#include "usb.h"
#include "powermgmt.h"
#include "adc.h"
#include "i2c.h"
#ifndef SIMULATOR
@ -157,6 +158,8 @@ void init(void)
status_init();
usb_start_monitoring();
power_init();
}
int main(void)