summaryrefslogtreecommitdiff
path: root/src/systemtask/SystemTask.cpp
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-03-26 03:11:04 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-03-26 03:25:17 (GMT)
commit8b7bbf4b84a008e42a0ebba8af316690af696d5b (patch)
tree21bcfb4f4da4b3f6b3ebb21d6dd85f080f8cecd3 /src/systemtask/SystemTask.cpp
parent1589e31b71b0f45eebd6fb95b53248a156821abb (diff)
compactify app list
Diffstat (limited to 'src/systemtask/SystemTask.cpp')
-rw-r--r--src/systemtask/SystemTask.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/systemtask/SystemTask.cpp b/src/systemtask/SystemTask.cpp
index 92a19e4..b1b72e2 100644
--- a/src/systemtask/SystemTask.cpp
+++ b/src/systemtask/SystemTask.cpp
@@ -96,8 +96,7 @@ SystemTask::SystemTask(Drivers::SpiMaster& spi,
notificationManager,
batteryController,
spiNorFlash,
- heartRateController,
- motionController) {
+ heartRateController) {
}
void SystemTask::Start() {