displayapp: Make Battery class references const
This commit is contained in:
parent
1516b082fd
commit
1c4b97382a
30 changed files with 41 additions and 41 deletions
|
|
@ -28,7 +28,7 @@ Tile::Tile(uint8_t screenID,
|
|||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue