diff options
Diffstat (limited to 'src/displayapp/screens/SystemInfo.h')
| -rw-r--r-- | src/displayapp/screens/SystemInfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/displayapp/screens/SystemInfo.h b/src/displayapp/screens/SystemInfo.h index 7624afbc..199af51e 100644 --- a/src/displayapp/screens/SystemInfo.h +++ b/src/displayapp/screens/SystemInfo.h @@ -13,7 +13,7 @@ namespace Pinetime { } namespace Drivers { - class WatchdogView; + class Watchdog; } namespace Applications { @@ -27,7 +27,7 @@ namespace Pinetime { 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); ~SystemInfo() override; @@ -39,7 +39,7 @@ namespace Pinetime { 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; |
