Rename axp192_found to pmu_found to avoid confusion

This commit is contained in:
lewishe
2022-09-08 10:32:12 +08:00
parent a50a461675
commit 9244d03cf9
7 changed files with 12 additions and 12 deletions

View File

@@ -117,7 +117,7 @@ void scanI2Cdevice(void)
}
#if defined(HAS_AXP192) || defined(HAS_AXP2101)
if (addr == XPOWERS_AXP192_AXP2101_ADDRESS) {
axp192_found = true;
pmu_found = true;
DEBUG_MSG("axp192/axp2101 PMU found\n");
}
#endif