px4_work_queue: increase wq:rate_ctrl stack slightly

This commit is contained in:
Daniel Agar 2021-05-04 16:38:35 -04:00
parent 3ec40a5956
commit 3b7ce61901
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ struct wq_config_t {
namespace wq_configurations
{
static constexpr wq_config_t rate_ctrl{"wq:rate_ctrl", 1920, 0}; // PX4 inner loop highest priority
static constexpr wq_config_t rate_ctrl{"wq:rate_ctrl", 1952, 0}; // PX4 inner loop highest priority
static constexpr wq_config_t ctrl_alloc{"wq:ctrl_alloc", 9500, 0}; // PX4 control allocation, same priority as rate_ctrl
static constexpr wq_config_t SPI0{"wq:SPI0", 2336, -1};