diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2023-02-23 22:24:07 +0200 |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2023-02-24 17:41:41 +0200 |
| commit | 255b07094b949b695829080c4709656d741d881b (patch) | |
| tree | 9050039b7200d9e3800a52a18cf04b977f08b4e6 /src/displayapp/screens/SystemInfo.cpp | |
| parent | 76f07de64b397bab011f2a4a2b44fd741beee458 (diff) | |
displayapp: Make Ble references const
Diffstat (limited to 'src/displayapp/screens/SystemInfo.cpp')
| -rw-r--r-- | src/displayapp/screens/SystemInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/SystemInfo.cpp b/src/displayapp/screens/SystemInfo.cpp index 22504fa0..7b399bd2 100644 --- a/src/displayapp/screens/SystemInfo.cpp +++ b/src/displayapp/screens/SystemInfo.cpp @@ -34,7 +34,7 @@ SystemInfo::SystemInfo(Pinetime::Applications::DisplayApp* app, Pinetime::Controllers::DateTime& dateTimeController, const Pinetime::Controllers::Battery& batteryController, Pinetime::Controllers::BrightnessController& brightnessController, - Pinetime::Controllers::Ble& bleController, + const Pinetime::Controllers::Ble& bleController, Pinetime::Drivers::WatchdogView& watchdog, Pinetime::Controllers::MotionController& motionController, const Pinetime::Drivers::Cst816S& touchPanel) |
