summaryrefslogtreecommitdiff
path: root/src/Components/Ble/NimbleController.cpp
diff options
context:
space:
mode:
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 eb765b80..826d255b 100644
--- a/src/Components/Ble/NimbleController.cpp
+++ b/src/Components/Ble/NimbleController.cpp
@@ -32,7 +32,7 @@ NimbleController::NimbleController(Pinetime::System::SystemTask& systemTask,
currentTimeClient{dateTimeController},
alertNotificationClient{systemTask, notificationManager},
anService{systemTask, notificationManager},
- pinetimeService{dateTimeController} {
+ currentTimeService{dateTimeController} {
}
@@ -76,7 +76,7 @@ void NimbleController::Init() {
deviceInformationService.Init();
currentTimeClient.Init();
- pinetimeService.Init();
+ currentTimeService.Init();
anService.Init();