summaryrefslogtreecommitdiff
path: root/firmware/powermgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/powermgmt.h')
-rw-r--r--firmware/powermgmt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/powermgmt.h b/firmware/powermgmt.h
index 5e828e265f..dbecc12d44 100644
--- a/firmware/powermgmt.h
+++ b/firmware/powermgmt.h
@@ -58,6 +58,7 @@ extern int powermgmt_last_cycle_startstop_min; /* how many minutes ago was the c
58extern int powermgmt_last_cycle_level; /* which level had the batteries at this time? */ 58extern int powermgmt_last_cycle_level; /* which level had the batteries at this time? */
59 59
60extern int battery_lazyness[20]; /* how does the battery react when plugging in/out the charger */ 60extern int battery_lazyness[20]; /* how does the battery react when plugging in/out the charger */
61void enable_trickle_charge(bool on);
61extern int trickle_sec; /* trickle charge: How many seconds per minute are we charging actually? */ 62extern int trickle_sec; /* trickle charge: How many seconds per minute are we charging actually? */
62extern int charge_state; /* tells what the charger is doing (for info display): 0: decharging/charger off, 1: charge, 2: top-off, 3: trickle */ 63extern int charge_state; /* tells what the charger is doing (for info display): 0: decharging/charger off, 1: charge, 2: top-off, 3: trickle */
63 64