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