summaryrefslogtreecommitdiff
path: root/firmware/target/sh/archos
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/sh/archos')
-rw-r--r--firmware/target/sh/archos/recorder/powermgmt-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/sh/archos/recorder/powermgmt-target.h b/firmware/target/sh/archos/recorder/powermgmt-target.h
index 8fa2521f09..cffa3aa192 100644
--- a/firmware/target/sh/archos/recorder/powermgmt-target.h
+++ b/firmware/target/sh/archos/recorder/powermgmt-target.h
@@ -87,7 +87,7 @@ bool charger_enabled(void);
87#define BATT_AVE_SAMPLES 32 87#define BATT_AVE_SAMPLES 32
88 88
89/* No init to do */ 89/* No init to do */
90static inline void powermgmt_init_target(void) {} 90void powermgmt_init_target(void);
91void charging_algorithm_step(void); 91void charging_algorithm_step(void);
92 92
93#ifdef CHARGING_DEBUG_FILE 93#ifdef CHARGING_DEBUG_FILE