diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2023-02-27 15:40:43 +0200 |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2023-04-16 14:33:23 +0000 |
| commit | 661ffbeb1eea68ec0cd63b4db537515f1d1772c8 (patch) | |
| tree | 415631431e5eba55b0d07ed1184359bdad07faa4 /src/main.cpp | |
| parent | 4d93ae6d27a94fe2a3c03b8f09bff2e23da30e12 (diff) | |
TimerController: Make TimerController reusable
TimerController instance was moved to DisplayApp.
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index 74804214..951365a8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -103,7 +103,6 @@ Pinetime::Controllers::DateTime dateTimeController {settingsController}; Pinetime::Drivers::Watchdog watchdog; Pinetime::Controllers::NotificationManager notificationManager; Pinetime::Controllers::MotionController motionController; -Pinetime::Controllers::TimerController timerController; Pinetime::Controllers::AlarmController alarmController {dateTimeController}; Pinetime::Controllers::TouchHandler touchHandler; Pinetime::Controllers::ButtonHandler buttonHandler; @@ -120,7 +119,6 @@ Pinetime::Applications::DisplayApp displayApp(lcd, settingsController, motorController, motionController, - timerController, alarmController, brightnessController, touchHandler, @@ -133,7 +131,6 @@ Pinetime::System::SystemTask systemTask(spi, batteryController, bleController, dateTimeController, - timerController, alarmController, watchdog, notificationManager, |
