MotionController: Remove IsOk variable
We should be able to assume MotionController is safe to use.
This commit is contained in:
@@ -435,7 +435,6 @@ void SystemTask::UpdateMotion() {
|
||||
|
||||
auto motionValues = motionSensor.Process();
|
||||
|
||||
motionController.IsSensorOk(motionSensor.IsOk());
|
||||
motionController.Update(motionValues.x, motionValues.y, motionValues.z, motionValues.steps);
|
||||
|
||||
if (settingsController.GetNotificationStatus() != Controllers::Settings::Notification::Sleep) {
|
||||
|
||||
Reference in New Issue
Block a user