px4_work_queue: increase wq:hp_default stack 1500->1800 bytes (found by stackcheck)

This commit is contained in:
Daniel Agar
2019-11-23 15:55:14 -05:00
parent 92559f7a85
commit 2811307293
@@ -68,7 +68,7 @@ static constexpr wq_config_t att_pos_ctrl{"wq:att_pos_ctrl", 6600, -11}; // PX4
static constexpr wq_config_t uavcan{"uavcan", 2400, -13};
static constexpr wq_config_t hp_default{"wq:hp_default", 1500, -12};
static constexpr wq_config_t hp_default{"wq:hp_default", 1800, -12};
static constexpr wq_config_t lp_default{"wq:lp_default", 1700, -50};
static constexpr wq_config_t test1{"wq:test1", 800, 0};