|
|
|
@ -48,7 +48,7 @@ struct wq_config_t {
@@ -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}; |
|
|
|
|