forked from len0rd/rockbox
Fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29502 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
15a358099c
commit
281efd7180
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ bool charger_enabled(void);
|
|||
#define BATT_AVE_SAMPLES 32
|
||||
|
||||
/* No init to do */
|
||||
static inline void powermgmt_init_target(void) {}
|
||||
void powermgmt_init_target(void);
|
||||
void charging_algorithm_step(void);
|
||||
|
||||
#ifdef CHARGING_DEBUG_FILE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue