diff options
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/powermgmt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/powermgmt.h b/firmware/export/powermgmt.h index 9e9d3d0fd8..14d0078c31 100644 --- a/firmware/export/powermgmt.h +++ b/firmware/export/powermgmt.h | |||
@@ -139,6 +139,8 @@ int _battery_time(void); /* minutes */ | |||
139 | int _battery_voltage(void); /* voltage in millivolts */ | 139 | int _battery_voltage(void); /* voltage in millivolts */ |
140 | #if CONFIG_CHARGING >= CHARGING_TARGET | 140 | #if CONFIG_CHARGING >= CHARGING_TARGET |
141 | void powermgmt_init_target(void); | 141 | void powermgmt_init_target(void); |
142 | void charging_algorithm_close(void); | ||
143 | void charging_algorithm_step(void); | ||
142 | #endif | 144 | #endif |
143 | 145 | ||
144 | #ifdef HAVE_BATTERY_SWITCH | 146 | #ifdef HAVE_BATTERY_SWITCH |