summaryrefslogtreecommitdiff
path: root/src/SystemTask
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-04-22 20:19:36 +0200
committerJF <jf@codingfield.com>2020-04-22 20:19:36 +0200
commita9254ee90e835b6a187d1fcd6f8850decca5bc89 (patch)
treeab6e63c48c0b9efe1dd8f2e8d5ba1137211df207 /src/SystemTask
parent2c9ce1cfc7d4c733b1b35f51a1f6f5da332cf3fa (diff)
NimbleController : support CTS
Diffstat (limited to 'src/SystemTask')
-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 ae031a1e..ab30d5aa 100644
--- a/src/SystemTask/SystemTask.cpp
+++ b/src/SystemTask/SystemTask.cpp
@@ -22,7 +22,7 @@ SystemTask::SystemTask(Drivers::SpiMaster &spi, Drivers::St7789 &lcd, Drivers::C
Pinetime::Controllers::NotificationManager& notificationManager) :
spi{spi}, lcd{lcd}, touchPanel{touchPanel}, lvgl{lvgl}, batteryController{batteryController},
bleController{bleController}, dateTimeController{dateTimeController},
- watchdog{}, watchdogView{watchdog}, notificationManager{notificationManager} {
+ watchdog{}, watchdogView{watchdog}, notificationManager{notificationManager}, nimbleController({dateTimeController}) {
systemTaksMsgQueue = xQueueCreate(10, 1);
}