mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
px4_work_queue: increase hp_default stack 1800 -> 1900 bytes
This commit is contained in:
parent
c5de2cfe0d
commit
1d3f722201
@ -66,7 +66,7 @@ static constexpr wq_config_t I2C4{"wq:I2C4", 1400, -12};
|
||||
|
||||
static constexpr wq_config_t att_pos_ctrl{"wq:att_pos_ctrl", 6600, -11}; // PX4 att/pos controllers, highest priority after sensors
|
||||
|
||||
static constexpr wq_config_t hp_default{"wq:hp_default", 1800, -12};
|
||||
static constexpr wq_config_t hp_default{"wq:hp_default", 1900, -12};
|
||||
|
||||
static constexpr wq_config_t uavcan{"uavcan", 2400, -13};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user