diff options
| author | Kieran Cawthray <kieranc@gmail.com> | 2021-06-20 21:46:51 +0200 |
|---|---|---|
| committer | Kieran Cawthray <kieranc@gmail.com> | 2021-06-20 21:46:51 +0200 |
| commit | b130ffa39cef1ddca5e81d83e03bf0ade66a1458 (patch) | |
| tree | e80854384d74536ce6721c7484f91b4af537b2fe /src/systemtask | |
| parent | d7b73f11823a988e31287551887940e6683f1aee (diff) | |
| parent | 20a24f8cf56551eae1202f8dc5733bd0cf61adbf (diff) | |
Merge remote-tracking branch 'upstream/develop' into pinetimestyle
Diffstat (limited to 'src/systemtask')
| -rw-r--r-- | src/systemtask/SystemTask.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemtask/SystemTask.cpp b/src/systemtask/SystemTask.cpp index 38e9793c..13755f71 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); |
