forked from len0rd/rockbox
Fix red on Archos Recorder
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29504 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
281efd7180
commit
b00c8caf2a
1 changed files with 3 additions and 0 deletions
|
|
@ -87,6 +87,9 @@ bool charger_enabled(void);
|
||||||
#define BATT_AVE_SAMPLES 32
|
#define BATT_AVE_SAMPLES 32
|
||||||
|
|
||||||
/* No init to do */
|
/* No init to do */
|
||||||
|
#if !(CONFIG_PLATFORM & PLATFORM_HOSTED)
|
||||||
|
static inline void powermgmt_init_target(void) {}
|
||||||
|
#endif
|
||||||
void powermgmt_init_target(void);
|
void powermgmt_init_target(void);
|
||||||
void charging_algorithm_step(void);
|
void charging_algorithm_step(void);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue