mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-06 07:20:34 +08:00
px4fmu increase actuator controls poll timeout
This commit is contained in:
@@ -1033,7 +1033,7 @@ PX4FMU::cycle()
|
||||
_current_update_rate = 0;
|
||||
}
|
||||
|
||||
int poll_timeout = 5;
|
||||
int poll_timeout = 10;
|
||||
|
||||
if (!_run_as_task) {
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user