summaryrefslogtreecommitdiff
path: root/firmware/export/powermgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/powermgmt.h')
-rw-r--r--firmware/export/powermgmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/powermgmt.h b/firmware/export/powermgmt.h
index 407866741b..4b4d040dcd 100644
--- a/firmware/export/powermgmt.h
+++ b/firmware/export/powermgmt.h
@@ -80,7 +80,7 @@ extern int charge_state; /* tells what the charger is doing (for info di
80extern unsigned short power_history[POWER_HISTORY_LEN]; 80extern unsigned short power_history[POWER_HISTORY_LEN];
81 81
82/* Start up power management thread */ 82/* Start up power management thread */
83void power_init(void); 83void powermgmt_init(void);
84 84
85#endif /* SIMULATOR */ 85#endif /* SIMULATOR */
86 86