forked from Archive/PX4-Autopilot
workqueue: increase hp_default stack
This commit is contained in:
parent
14a967e2ca
commit
23cf0a7317
|
@ -72,7 +72,7 @@ static constexpr wq_config_t INS1{"wq:INS1", 6000, -15};
|
|||
static constexpr wq_config_t INS2{"wq:INS2", 6000, -16};
|
||||
static constexpr wq_config_t INS3{"wq:INS3", 6000, -17};
|
||||
|
||||
static constexpr wq_config_t hp_default{"wq:hp_default", 1900, -18};
|
||||
static constexpr wq_config_t hp_default{"wq:hp_default", 2392, -18};
|
||||
|
||||
static constexpr wq_config_t uavcan{"wq:uavcan", 3624, -19};
|
||||
|
||||
|
|
Loading…
Reference in New Issue