diff options
| author | petter <39340152+petterhs@users.noreply.github.com> | 2021-01-25 13:18:57 (GMT) |
|---|---|---|
| committer | petter <39340152+petterhs@users.noreply.github.com> | 2021-01-25 13:53:44 (GMT) |
| commit | 169b861af1fd8b1f7834ad78a8880882b236dc96 (patch) | |
| tree | 62e01fb1447661c1265f1cfd9d031f1167702811 /src/components/ble/NimbleController.cpp | |
| parent | 80838d1e42e83b50188d6237d16c81cfa27781a6 (diff) | |
fix build warnings in HR implementation
Diffstat (limited to 'src/components/ble/NimbleController.cpp')
| -rw-r--r-- | src/components/ble/NimbleController.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ble/NimbleController.cpp b/src/components/ble/NimbleController.cpp index f2786ea..eb83c70 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({¤tTimeClient, &alertNotificationClient}), - heartRateService{systemTask, heartRateController} { + heartRateService{systemTask, heartRateController}, + serviceDiscovery({¤tTimeClient, &alertNotificationClient}) { } int GAPEventCallback(struct ble_gap_event *event, void *arg) { |
