MotionController: Remove IsOk variable

We should be able to assume MotionController is safe to use.
This commit is contained in:
Riku Isokoski 2023-04-05 21:50:38 +03:00
parent 348d3de60b
commit 4d93ae6d27
2 changed files with 0 additions and 10 deletions

View file

@ -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) {