summaryrefslogtreecommitdiff
path: root/firmware/export/axp-pmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/axp-pmu.h')
-rw-r--r--firmware/export/axp-pmu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/axp-pmu.h b/firmware/export/axp-pmu.h
index 457f746e8c..553410ced8 100644
--- a/firmware/export/axp-pmu.h
+++ b/firmware/export/axp-pmu.h
@@ -139,7 +139,7 @@ extern void axp_cc_enable(bool en);
139extern bool axp_cc_is_enabled(void); 139extern bool axp_cc_is_enabled(void);
140 140
141/* Set/get maximum charging current in milliamps */ 141/* Set/get maximum charging current in milliamps */
142extern void axp_set_charge_current(int maxcurrent); 142extern void axp_set_charge_current(int current_mA);
143extern int axp_get_charge_current(void); 143extern int axp_get_charge_current(void);
144 144
145/* Set the shutdown bit */ 145/* Set the shutdown bit */