mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
axp-pmu: clean up charge current setting
Change-Id: Ifac30f728887c376a83052c826b4bb6a98bbd27a
This commit is contained in:
parent
eaee5e7339
commit
eee8243102
2 changed files with 14 additions and 31 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue