mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 09:43:03 +00:00
Fix a few platformio envs, maybe make cppcheck happy
This commit is contained in:
committed by
Thomas Göttgens
parent
9878ff3836
commit
c0979e29ff
@@ -315,9 +315,9 @@ bool Power::analogInit()
|
||||
|
||||
batteryLevel = &analogLevel;
|
||||
return true;
|
||||
#endif // BATTERY_PIN
|
||||
#else
|
||||
return false;
|
||||
#endif // BATTERY_PIN
|
||||
#endif // !HAS_PMU
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user