px4fmu increase actuator controls poll timeout

This commit is contained in:
Daniel Agar
2018-07-30 07:15:35 -04:00
parent cdf828cbda
commit 0069141ffc
+1 -1
View File
@@ -1033,7 +1033,7 @@ PX4FMU::cycle()
_current_update_rate = 0;
}
int poll_timeout = 5;
int poll_timeout = 10;
if (!_run_as_task) {
/*