mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
px4_work_queue: increase wq:attitude_ctrl stack
This commit is contained in:
parent
b10cbd2892
commit
682aa700bb
@ -65,7 +65,7 @@ static constexpr wq_config_t I2C3{"wq:I2C3", 1472, -11};
|
||||
static constexpr wq_config_t I2C4{"wq:I2C4", 1472, -12};
|
||||
|
||||
// PX4 att/pos controllers, highest priority after sensors.
|
||||
static constexpr wq_config_t attitude_ctrl{"wq:attitude_ctrl", 1500, -13};
|
||||
static constexpr wq_config_t attitude_ctrl{"wq:attitude_ctrl", 1536, -13};
|
||||
static constexpr wq_config_t navigation_and_controllers{"wq:navigation_and_controllers", 7200, -14};
|
||||
|
||||
static constexpr wq_config_t hp_default{"wq:hp_default", 1900, -15};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user