We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242a10c commit d0ff01bCopy full SHA for d0ff01b
main.cpp
@@ -357,7 +357,7 @@ Pinetime::Controllers::MotorController motorController {};
357
Pinetime::Controllers::DateTime dateTimeController {settingsController};
358
Pinetime::Drivers::Watchdog watchdog;
359
Pinetime::Controllers::NotificationManager notificationManager;
360
-Pinetime::Controllers::MotionController motionController;
+Pinetime::Controllers::MotionController motionController {settingsController};
361
#if defined(INFINITIME_TIMERCONTROLLER)
362
Pinetime::Controllers::TimerController timerController;
363
#endif
0 commit comments