diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-17 09:01:12 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-17 09:07:56 (GMT) |
| commit | c37e38517c60a45fca5a03d64962a8f95bf46114 (patch) | |
| tree | cc0dcdd68bba5467c17d2cd35f58b66a2c096faf /src/systemtask/SystemTask.cpp | |
| parent | d73be76905c131c9d459cbb4e44be4bfc87dfddb (diff) | |
Remove systemTask reference from MotorController
Diffstat (limited to 'src/systemtask/SystemTask.cpp')
| -rw-r--r-- | src/systemtask/SystemTask.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemtask/SystemTask.cpp b/src/systemtask/SystemTask.cpp index ad73063..5a0a99d 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(this); + motorController.Init(); motionSensor.SoftReset(); timerController.Init(this); alarmController.Init(this); |
