From 5ab255b26b4f23ca4b6fab2a660f8cf55fcda48b Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Sat, 25 Feb 2023 10:25:38 +0200 Subject: SystemTask: Move MotorController to DisplayApp Vibrations should be associated with something happening on the UI. Therefore SystemTask should not be controlling the motor. --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 0053c5e8..6cb52a81 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -146,7 +146,6 @@ Pinetime::System::SystemTask systemTask(spi, alarmController, watchdog, notificationManager, - motorController, heartRateSensor, motionController, motionSensor, -- cgit v1.2.3-70-g09d2