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

@ -49,9 +49,8 @@ NimbleController::NimbleController(Pinetime::System::SystemTask& systemTask,
batteryInformationService {batteryController}, batteryInformationService {batteryController},
immediateAlertService {systemTask, notificationManager}, immediateAlertService {systemTask, notificationManager},
heartRateService {systemTask, heartRateController}, heartRateService {systemTask, heartRateController},
motionService{systemTask, motionController}, motionService {systemTask, motionController},
fs {fs}, fsService {systemTask, fs},
fsService {systemTask,fs},
serviceDiscovery({&currentTimeClient, &alertNotificationClient}) { serviceDiscovery({&currentTimeClient, &alertNotificationClient}) {
} }

View File

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