displayapp: Make Battery class references const
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Pinetime {
|
||||
uint8_t numScreens,
|
||||
DisplayApp* app,
|
||||
Controllers::Settings& settingsController,
|
||||
Controllers::Battery& batteryController,
|
||||
const Controllers::Battery& batteryController,
|
||||
Controllers::Ble& bleController,
|
||||
Controllers::DateTime& dateTimeController,
|
||||
std::array<Applications, 6>& applications);
|
||||
|
||||
Reference in New Issue
Block a user