1
0
Fork 0
forked from len0rd/rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29502 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Jarosch 2011-03-02 19:43:12 +00:00
parent 15a358099c
commit 281efd7180

View file

@ -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