Fix a few platformio envs, maybe make cppcheck happy

This commit is contained in:
code8buster
2023-05-16 21:46:55 +02:00
committed by Thomas Göttgens
co-authored by Thomas Göttgens
parent 9878ff3836
commit c0979e29ff
2 changed files with 6 additions and 6 deletions
+1 -1
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
}