1
0
Fork 0
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:
Thomas Jarosch 2011-03-02 20:15:51 +00:00
parent 281efd7180
commit b00c8caf2a

View file

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