summaryrefslogtreecommitdiff
path: root/src/components/ble/NimbleController.cpp
diff options
context:
space:
mode:
authorTim Keller <geekboy1011@gmail.com>2021-10-20 01:30:04 (GMT)
committerTim Keller <geekboy1011@gmail.com>2021-12-10 01:18:57 (GMT)
commit6393a17d7402b92e00cd748bc7e901ba053135de (patch)
tree4f7f634ae7270ff4f6b5de696d8f093de4e2f21c /src/components/ble/NimbleController.cpp
parentf841b8c98498a01211036fd0720a1f8c949e28f2 (diff)
List Dir works?
Diffstat (limited to 'src/components/ble/NimbleController.cpp')
-rw-r--r--src/components/ble/NimbleController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ble/NimbleController.cpp b/src/components/ble/NimbleController.cpp
index b5eb46b..0123066 100644
--- a/src/components/ble/NimbleController.cpp
+++ b/src/components/ble/NimbleController.cpp
@@ -51,7 +51,7 @@ NimbleController::NimbleController(Pinetime::System::SystemTask& systemTask,
heartRateService {systemTask, heartRateController},
motionService{systemTask, motionController},
fs {fs},
- fsService {fs},
+ fsService {systemTask,fs},
serviceDiscovery({&currentTimeClient, &alertNotificationClient}) {
}