summaryrefslogtreecommitdiff
path: root/src/components/ble/NimbleController.cpp
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2021-02-14 14:26:49 +0100
committerGitHub <noreply@github.com>2021-02-14 14:26:49 +0100
commit0ad10a381772f97cb227fba9e1121a833c5bd026 (patch)
tree6883f02d33cc22f539c73728bcd732cd5254c8c7 /src/components/ble/NimbleController.cpp
parent6c03c970056c2aee833bfd195dcd9ca28520d37b (diff)
parent97a1c4b3d7be04ddb24fea096add41b44629a5f9 (diff)
Merge branch 'develop' into Hrs3300_SetGain_remove_warnings
Diffstat (limited to 'src/components/ble/NimbleController.cpp')
-rw-r--r--src/components/ble/NimbleController.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ble/NimbleController.cpp b/src/components/ble/NimbleController.cpp
index f2786ea1..eb83c709 100644
--- a/src/components/ble/NimbleController.cpp
+++ b/src/components/ble/NimbleController.cpp
@@ -38,8 +38,8 @@ NimbleController::NimbleController(Pinetime::System::SystemTask& systemTask,
navService{systemTask},
batteryInformationService{batteryController},
immediateAlertService{systemTask, notificationManager},
- serviceDiscovery({&currentTimeClient, &alertNotificationClient}),
- heartRateService{systemTask, heartRateController} {
+ heartRateService{systemTask, heartRateController},
+ serviceDiscovery({&currentTimeClient, &alertNotificationClient}) {
}
int GAPEventCallback(struct ble_gap_event *event, void *arg) {