displayapp: Make Battery class references const
This commit is contained in:
@@ -13,7 +13,7 @@ using namespace Pinetime::Applications;
|
||||
DisplayApp::DisplayApp(Drivers::St7789& lcd,
|
||||
Components::LittleVgl& /*lvgl*/,
|
||||
Drivers::Cst816S& /*touchPanel*/,
|
||||
Controllers::Battery& /*batteryController*/,
|
||||
const Controllers::Battery& /*batteryController*/,
|
||||
Controllers::Ble& bleController,
|
||||
Controllers::DateTime& /*dateTimeController*/,
|
||||
Drivers::WatchdogView& /*watchdog*/,
|
||||
|
Reference in New Issue
Block a user