aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/SystemInfo.cpp
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2023-02-23 21:34:06 +0200
committerRiku Isokoski <riksu9000@gmail.com>2023-02-25 16:57:12 +0200
commitff34cf196ef16d5c06278e45567015e0e06a8c48 (patch)
tree397dc1e29930ed7e476b6f960c5ded813ef96ad7 /src/displayapp/screens/SystemInfo.cpp
parent26478d9006ea1ce92305c8995d2d2ac61d1964c4 (diff)
watchdog: Replace WatchdogView with const Watchdog
Diffstat (limited to 'src/displayapp/screens/SystemInfo.cpp')
-rw-r--r--src/displayapp/screens/SystemInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/SystemInfo.cpp b/src/displayapp/screens/SystemInfo.cpp
index a63fc287..9e05af51 100644
--- a/src/displayapp/screens/SystemInfo.cpp
+++ b/src/displayapp/screens/SystemInfo.cpp
@@ -35,7 +35,7 @@ SystemInfo::SystemInfo(Pinetime::Applications::DisplayApp* app,
const Pinetime::Controllers::Battery& batteryController,
Pinetime::Controllers::BrightnessController& brightnessController,
const Pinetime::Controllers::Ble& bleController,
- Pinetime::Drivers::WatchdogView& watchdog,
+ const Pinetime::Drivers::Watchdog& watchdog,
Pinetime::Controllers::MotionController& motionController,
const Pinetime::Drivers::Cst816S& touchPanel)
: app {app},