HeartRateService: Remove SystemTask dependency
This commit is contained in:
parent
7c98f26f12
commit
829ab86f37
3 changed files with 8 additions and 11 deletions
|
|
@ -46,7 +46,7 @@ NimbleController::NimbleController(Pinetime::System::SystemTask& systemTask,
|
|||
weatherService {dateTimeController},
|
||||
batteryInformationService {batteryController},
|
||||
immediateAlertService {systemTask, notificationManager},
|
||||
heartRateService {systemTask, heartRateController},
|
||||
heartRateService {*this, heartRateController},
|
||||
motionService {*this, motionController},
|
||||
fsService {systemTask, fs},
|
||||
serviceDiscovery({¤tTimeClient, &alertNotificationClient}) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue