px4_work_queue: increase hp_default stack 1500 -> 1600 bytes

This commit is contained in:
Daniel Agar 2019-12-09 12:41:11 -05:00
parent 7ee74099ab
commit b803fa9e77
1 changed files with 1 additions and 1 deletions

View File

@ -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};