diff options
| author | JF <jf@codingfield.com> | 2020-04-25 11:09:47 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-04-25 11:09:47 (GMT) |
| commit | 5fcb90a14951ec70a8ec41a656f6f58358b9986b (patch) | |
| tree | 79d76983041ad00cb990cdabf450bbc86093eb4b /src/SystemTask/SystemTask.cpp | |
| parent | 89ccdd00032dbd6f97ce5cff57f588b6bd88ef2a (diff) | |
NimbleController : CTS & ANS working but not at the same time (conflict during discovery)
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 ab30d5a..5dceb89 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}, nimbleController({dateTimeController}) { + watchdog{}, watchdogView{watchdog}, notificationManager{notificationManager}, nimbleController(*this, dateTimeController, notificationManager) { systemTaksMsgQueue = xQueueCreate(10, 1); } |
