diff options
Diffstat (limited to 'firmware/export/axp-pmu.h')
-rw-r--r-- | firmware/export/axp-pmu.h | 2 |
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); extern bool axp_cc_is_enabled(void); /* Set/get maximum charging current in milliamps */ -extern void axp_set_charge_current(int maxcurrent); +extern void axp_set_charge_current(int current_mA); extern int axp_get_charge_current(void); /* Set the shutdown bit */ |