forked from Archive/PX4-Autopilot
controllib decrease blockNameLengthMax to 40
This commit is contained in:
parent
b3c741715a
commit
d5082251d9
|
@ -54,7 +54,7 @@ static const uint16_t maxChildrenPerBlock = 100;
|
|||
static const uint16_t maxParamsPerBlock = 100;
|
||||
static const uint16_t maxSubscriptionsPerBlock = 100;
|
||||
static const uint16_t maxPublicationsPerBlock = 100;
|
||||
static const uint8_t blockNameLengthMax = 80;
|
||||
static const uint8_t blockNameLengthMax = 40;
|
||||
|
||||
// forward declaration
|
||||
class BlockParamBase;
|
||||
|
|
Loading…
Reference in New Issue