Fix Failed rebase.

This commit is contained in:
Tim Keller 2021-12-10 01:49:03 +00:00
parent 0a0d1f2703
commit 1470489e7b
2 changed files with 3 additions and 5 deletions

View File

@ -50,7 +50,6 @@ NimbleController::NimbleController(Pinetime::System::SystemTask& systemTask,
immediateAlertService {systemTask, notificationManager},
heartRateService {systemTask, heartRateController},
motionService {systemTask, motionController},
fs {fs},
fsService {systemTask, fs},
serviceDiscovery({&currentTimeClient, &alertNotificationClient}) {
}

View File

@ -111,7 +111,6 @@ namespace Pinetime {
HeartRateService heartRateService;
MotionService motionService;
ServiceDiscovery serviceDiscovery;
FS fs;
FSService fsService;
uint8_t addrType;