mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-28 13:34:07 +08:00
Increased stack of lp work queue as with new airspeed modudle it was getting low
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
parent
50dc8aee7a
commit
970e362e9a
@ -65,7 +65,7 @@ static constexpr wq_config_t I2C4{"wq:I2C4", 1250, -10};
|
||||
static constexpr wq_config_t att_pos_ctrl{"wq:att_pos_ctrl", 7000, -11}; // PX4 att/pos controllers, highest priority after sensors
|
||||
|
||||
static constexpr wq_config_t hp_default{"wq:hp_default", 1500, -12};
|
||||
static constexpr wq_config_t lp_default{"wq:lp_default", 1500, -50};
|
||||
static constexpr wq_config_t lp_default{"wq:lp_default", 1700, -50};
|
||||
|
||||
static constexpr wq_config_t test1{"wq:test1", 800, 0};
|
||||
static constexpr wq_config_t test2{"wq:test2", 800, 0};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user