mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-23 17:13:47 +08:00
fix delay and timings
This commit is contained in:
@@ -76,7 +76,7 @@ void Axis::StateMachineLoop() {
|
||||
}
|
||||
|
||||
// give some time to lower priority threads
|
||||
osDelay(100);
|
||||
osDelay(2);
|
||||
}
|
||||
legacy_motor_ref_->thread_ready = false;
|
||||
}
|
||||
Reference in New Issue
Block a user