MotionController: Remove IsOk variable
We should be able to assume MotionController is safe to use.
This commit is contained in:
parent
348d3de60b
commit
4d93ae6d27
2 changed files with 0 additions and 10 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue