From 255b07094b949b695829080c4709656d741d881b Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Thu, 23 Feb 2023 22:24:07 +0200 Subject: displayapp: Make Ble references const --- src/displayapp/DisplayApp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/displayapp/DisplayApp.h') diff --git a/src/displayapp/DisplayApp.h b/src/displayapp/DisplayApp.h index 080fa110..b246dd63 100644 --- a/src/displayapp/DisplayApp.h +++ b/src/displayapp/DisplayApp.h @@ -55,7 +55,7 @@ namespace Pinetime { Components::LittleVgl& lvgl, const Drivers::Cst816S&, const Controllers::Battery& batteryController, - Controllers::Ble& bleController, + const Controllers::Ble& bleController, Controllers::DateTime& dateTimeController, Drivers::WatchdogView& watchdog, Pinetime::Controllers::NotificationManager& notificationManager, @@ -82,7 +82,7 @@ namespace Pinetime { Pinetime::Components::LittleVgl& lvgl; const Pinetime::Drivers::Cst816S& touchPanel; const Pinetime::Controllers::Battery& batteryController; - Pinetime::Controllers::Ble& bleController; + const Pinetime::Controllers::Ble& bleController; Pinetime::Controllers::DateTime& dateTimeController; Pinetime::Drivers::WatchdogView& watchdog; Pinetime::System::SystemTask* systemTask = nullptr; -- cgit v1.2.3-70-g09d2