From df768e2030162afa33e01e44360ac620a674eb4f Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Sat, 25 Feb 2023 12:34:28 +0200 Subject: [PATCH] Remove motorController from SystemTask InfiniTime change --- main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/main.cpp b/main.cpp index 019eb59..7f19459 100644 --- a/main.cpp +++ b/main.cpp @@ -376,7 +376,6 @@ Pinetime::System::SystemTask systemTask(spi, alarmController, watchdog, notificationManager, - motorController, heartRateSensor, motionController, motionSensor,