mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 12:57:35 +08:00
FMU driver: Slightly increase run interval to save load
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
* This is the analog to FMU_INPUT_DROP_LIMIT_US on the IO side
|
||||
*/
|
||||
|
||||
#define CONTROL_INPUT_DROP_LIMIT_US 1500
|
||||
#define CONTROL_INPUT_DROP_LIMIT_US 1800
|
||||
#define NAN_VALUE (0.0f/0.0f)
|
||||
|
||||
class PX4FMU : public device::CDev
|
||||
|
||||
Reference in New Issue
Block a user