displayapp: Make Ble references const
This commit is contained in:
@@ -29,7 +29,7 @@ Tile::Tile(uint8_t screenID,
|
||||
DisplayApp* app,
|
||||
Controllers::Settings& settingsController,
|
||||
const Controllers::Battery& batteryController,
|
||||
Controllers::Ble& bleController,
|
||||
const Controllers::Ble& bleController,
|
||||
Controllers::DateTime& dateTimeController,
|
||||
std::array<Applications, 6>& applications)
|
||||
: Screen(app),
|
||||
|
Reference in New Issue
Block a user