forked from Archive/PX4-Autopilot
increase max num params per block because of ekf2
This commit is contained in:
parent
ed950d70ce
commit
791e420d42
|
@ -48,7 +48,7 @@ namespace control
|
|||
{
|
||||
|
||||
static constexpr uint8_t maxChildrenPerBlock = 100;
|
||||
static constexpr uint8_t maxParamsPerBlock = 100;
|
||||
static constexpr uint8_t maxParamsPerBlock = 110;
|
||||
static constexpr uint8_t maxSubscriptionsPerBlock = 100;
|
||||
static constexpr uint8_t maxPublicationsPerBlock = 100;
|
||||
static constexpr uint8_t blockNameLengthMax = 40;
|
||||
|
|
Loading…
Reference in New Issue