mirror of
https://github.com/meshtastic/firmware.git
synced 2026-02-03 15:42:02 +00:00
Rename axp192_found to pmu_found to avoid confusion
This commit is contained in:
@@ -564,9 +564,9 @@ bool Power::axpChipInit()
|
||||
|
||||
readPowerStatus();
|
||||
|
||||
axp192_found = true;
|
||||
pmu_found = true;
|
||||
|
||||
return axp192_found;
|
||||
return pmu_found;
|
||||
|
||||
#else
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user