mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-06 16:49:51 +08:00
controllib decrease blockNameLengthMax to 40
This commit is contained in:
committed by
Lorenz Meier
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;
|
||||
|
||||
Reference in New Issue
Block a user