diff options
| author | Tim Keller <geekboy1011@gmail.com> | 2021-10-20 01:30:04 (GMT) |
|---|---|---|
| committer | Tim Keller <geekboy1011@gmail.com> | 2021-12-10 01:18:57 (GMT) |
| commit | 6393a17d7402b92e00cd748bc7e901ba053135de (patch) | |
| tree | 4f7f634ae7270ff4f6b5de696d8f093de4e2f21c /src/components/ble/NimbleController.cpp | |
| parent | f841b8c98498a01211036fd0720a1f8c949e28f2 (diff) | |
List Dir works?
Diffstat (limited to 'src/components/ble/NimbleController.cpp')
| -rw-r--r-- | src/components/ble/NimbleController.cpp | 2 |
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({¤tTimeClient, &alertNotificationClient}) { } |
