MusicService: Remove SystemTask dependency

This commit is contained in:
Riku Isokoski
2023-03-15 10:18:07 +02:00
parent 310ea81eec
commit c7a9b3d7d3
3 changed files with 8 additions and 10 deletions

View File

@@ -42,7 +42,7 @@ NimbleController::NimbleController(Pinetime::System::SystemTask& systemTask,
anService {systemTask, notificationManager},
alertNotificationClient {systemTask, notificationManager},
currentTimeService {dateTimeController},
musicService {systemTask},
musicService {*this},
weatherService {systemTask, dateTimeController},
navService {systemTask},
batteryInformationService {batteryController},