summaryrefslogtreecommitdiff
path: root/src/systemtask/SystemTask.cpp
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-04-17 08:21:42 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-04-17 08:21:42 (GMT)
commitd73be76905c131c9d459cbb4e44be4bfc87dfddb (patch)
treed1a1b09c9757e8cbbe0d381dbc60baf9d8451192 /src/systemtask/SystemTask.cpp
parent3e5fddede322814c2fea7634c1bf0d5f93bae315 (diff)
Simplify MotorController timer code
Diffstat (limited to 'src/systemtask/SystemTask.cpp')
-rw-r--r--src/systemtask/SystemTask.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemtask/SystemTask.cpp b/src/systemtask/SystemTask.cpp
index 5a0a99d..ad73063 100644
--- a/src/systemtask/SystemTask.cpp
+++ b/src/systemtask/SystemTask.cpp
@@ -155,7 +155,7 @@ void SystemTask::Work() {
touchPanel.Init();
dateTimeController.Register(this);
batteryController.Register(this);
- motorController.Init();
+ motorController.Init(this);
motionSensor.SoftReset();
timerController.Init(this);
alarmController.Init(this);