forked from Archive/PX4-Autopilot
px4_work_queue: increase hp_default stack 1500 -> 1600 bytes
This commit is contained in:
parent
7ee74099ab
commit
b803fa9e77
|
@ -64,7 +64,7 @@ static constexpr wq_config_t I2C4{"wq:I2C4", 1250, -10};
|
|||
|
||||
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", 1500, -12};
|
||||
static constexpr wq_config_t hp_default{"wq:hp_default", 1600, -12};
|
||||
static constexpr wq_config_t lp_default{"wq:lp_default", 1700, -50};
|
||||
|
||||
static constexpr wq_config_t test1{"wq:test1", 800, 0};
|
||||
|
|
Loading…
Reference in New Issue