Fix a few platformio envs, maybe make cppcheck happy

This commit is contained in:
code8buster
2023-05-16 12:47:30 -04:00
committed by Thomas Göttgens
parent 9878ff3836
commit c0979e29ff
2 changed files with 6 additions and 6 deletions

View File

@@ -315,9 +315,9 @@ bool Power::analogInit()
batteryLevel = &analogLevel;
return true;
#endif // BATTERY_PIN
#else
return false;
#endif // BATTERY_PIN
#endif // !HAS_PMU
}