forked from Archive/PX4-Autopilot
work_queue: increase rate_ctrl stack size by 150 B
WARN [load_mon] wq:rate_ctrl low on stack! (172 bytes left)
This commit is contained in:
parent
b5c2cdf6c4
commit
590239dedb
|
@ -48,7 +48,7 @@ struct wq_config_t {
|
|||
|
||||
namespace wq_configurations
|
||||
{
|
||||
static constexpr wq_config_t rate_ctrl{"wq:rate_ctrl", 3000, 0}; // PX4 inner loop highest priority
|
||||
static constexpr wq_config_t rate_ctrl{"wq:rate_ctrl", 3150, 0}; // PX4 inner loop highest priority
|
||||
|
||||
static constexpr wq_config_t SPI0{"wq:SPI0", 2336, -1};
|
||||
static constexpr wq_config_t SPI1{"wq:SPI1", 2336, -2};
|
||||
|
|
Loading…
Reference in New Issue