mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
px4_work_queue: increase wq:rate_ctrl stack slightly
This commit is contained in:
@@ -48,7 +48,7 @@ struct wq_config_t {
|
|||||||
|
|
||||||
namespace wq_configurations
|
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 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};
|
static constexpr wq_config_t SPI0{"wq:SPI0", 2336, -1};
|
||||||
|
|||||||
Reference in New Issue
Block a user