From ff34cf196ef16d5c06278e45567015e0e06a8c48 Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Thu, 23 Feb 2023 21:34:06 +0200 Subject: watchdog: Replace WatchdogView with const Watchdog --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 6cb52a81..df8425ca 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -106,7 +106,6 @@ Pinetime::Controllers::MotorController motorController {}; Pinetime::Controllers::DateTime dateTimeController {settingsController}; Pinetime::Drivers::Watchdog watchdog; -Pinetime::Drivers::WatchdogView watchdogView(watchdog); Pinetime::Controllers::NotificationManager notificationManager; Pinetime::Controllers::MotionController motionController; Pinetime::Controllers::TimerController timerController; @@ -121,7 +120,7 @@ Pinetime::Applications::DisplayApp displayApp(lcd, batteryController, bleController, dateTimeController, - watchdogView, + watchdog, notificationManager, heartRateController, settingsController, -- cgit v1.2.3-70-g09d2