mirror of
https://github.com/espressif/openthread.git
synced 2026-09-01 23:09:53 +00:00
[trel] fix typo in OPENTHREAD_CONFIG_TREL_PEER_TABLE_SIZE (#9823)
This commit is contained in:
@@ -257,8 +257,8 @@ public:
|
|||||||
void ResetCounters(void);
|
void ResetCounters(void);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
#if OPENTHREAD_COFNIG_TREL_PEER_TABLE_SIZE != 0
|
#if OPENTHREAD_CONFIG_TREL_PEER_TABLE_SIZE != 0
|
||||||
static constexpr uint16_t kPeerTableSize = OPENTHREAD_COFNIG_TREL_PEER_TABLE_SIZE;
|
static constexpr uint16_t kPeerTableSize = OPENTHREAD_CONFIG_TREL_PEER_TABLE_SIZE;
|
||||||
#else
|
#else
|
||||||
static constexpr uint16_t kPeerTableExtraEntries = 32;
|
static constexpr uint16_t kPeerTableExtraEntries = 32;
|
||||||
static constexpr uint16_t kPeerTableSize = Mle::kMaxRouters + Mle::kMaxChildren + kPeerTableExtraEntries;
|
static constexpr uint16_t kPeerTableSize = Mle::kMaxRouters + Mle::kMaxChildren + kPeerTableExtraEntries;
|
||||||
|
|||||||
Reference in New Issue
Block a user