mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 02:39:57 +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);
|
||||
|
||||
// Set constant current charging current
|
||||
PMU->setChargerConstantCurr(AXP1XX_CHARGE_CUR_450MA);
|
||||
PMU->setChargerConstantCurr(XPOWERS_AXP192_CHG_CUR_450MA);
|
||||
|
||||
|
||||
} else if (PMU->getChipModel() == XPOWERS_AXP2101) {
|
||||
|
Loading…
Reference in New Issue
Block a user