mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-29 11:01:15 +00:00
wrong name for constant in merge
This commit is contained in:
parent
7f293bfda3
commit
ff88900982
@ -434,7 +434,7 @@ bool Power::axpChipInit()
|
|||||||
PMU->disableIRQ(XPOWERS_AXP192_ALL_IRQ);
|
PMU->disableIRQ(XPOWERS_AXP192_ALL_IRQ);
|
||||||
|
|
||||||
// Set constant current charging current
|
// Set constant current charging current
|
||||||
PMU->setChargerConstantCurr(AXP1XX_CHARGE_CUR_450MA);
|
PMU->setChargerConstantCurr(XPOWERS_AXP192_CHG_CUR_450MA);
|
||||||
|
|
||||||
|
|
||||||
} else if (PMU->getChipModel() == XPOWERS_AXP2101) {
|
} else if (PMU->getChipModel() == XPOWERS_AXP2101) {
|
||||||
|
Loading…
Reference in New Issue
Block a user