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:
parent
3f809e716d
commit
6eb4254dfa
5 changed files with 156 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue