summaryrefslogtreecommitdiff
path: root/src/systemtask/SystemTask.cpp
diff options
context:
space:
mode:
authorKieran Cawthray <kieranc@gmail.com>2021-06-20 19:46:51 (GMT)
committerKieran Cawthray <kieranc@gmail.com>2021-06-20 19:46:51 (GMT)
commitb130ffa39cef1ddca5e81d83e03bf0ade66a1458 (patch)
treee80854384d74536ce6721c7484f91b4af537b2fe /src/systemtask/SystemTask.cpp
parentd7b73f11823a988e31287551887940e6683f1aee (diff)
parent20a24f8cf56551eae1202f8dc5733bd0cf61adbf (diff)
Merge remote-tracking branch 'upstream/develop' into pinetimestyle
Diffstat (limited to 'src/systemtask/SystemTask.cpp')
-rw-r--r--src/systemtask/SystemTask.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemtask/SystemTask.cpp b/src/systemtask/SystemTask.cpp
index 38e9793..13755f7 100644
--- a/src/systemtask/SystemTask.cpp
+++ b/src/systemtask/SystemTask.cpp
@@ -126,6 +126,7 @@ void SystemTask::Work() {
twiMaster.Init();
motionSensor.Init();
+ motionController.Init(motionSensor.DeviceType());
settingsController.Init();
displayApp.Register(this);