Trunk fmt

This commit is contained in:
Ben Meadors 2024-02-08 14:56:46 -06:00
parent ca5795d3e7
commit a3755dfce5

View File

@ -391,7 +391,7 @@ bool Power::analogInit()
#endif
#endif // ARCH_NRF52
analogReadResolution(BATTERY_SENSE_RESOLUTION_BITS);
batteryLevel = &analogLevel;
return true;
#else