aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2023-02-25 10:25:38 +0200
committerRiku Isokoski <riksu9000@gmail.com>2023-02-25 12:15:00 +0200
commit5ab255b26b4f23ca4b6fab2a660f8cf55fcda48b (patch)
tree8f16b35829065bd633935f4e29d41843f0ef10f8 /src/main.cpp
parent255b07094b949b695829080c4709656d741d881b (diff)
SystemTask: Move MotorController to DisplayApp
Vibrations should be associated with something happening on the UI. Therefore SystemTask should not be controlling the motor.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
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,