mirror of
https://github.com/espressif/openthread.git
synced 2026-07-25 13:34:06 +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);
|
||||
|
||||
private:
|
||||
#if OPENTHREAD_COFNIG_TREL_PEER_TABLE_SIZE != 0
|
||||
static constexpr uint16_t kPeerTableSize = OPENTHREAD_COFNIG_TREL_PEER_TABLE_SIZE;
|
||||
#if OPENTHREAD_CONFIG_TREL_PEER_TABLE_SIZE != 0
|
||||
static constexpr uint16_t kPeerTableSize = OPENTHREAD_CONFIG_TREL_PEER_TABLE_SIZE;
|
||||
#else
|
||||
static constexpr uint16_t kPeerTableExtraEntries = 32;
|
||||
static constexpr uint16_t kPeerTableSize = Mle::kMaxRouters + Mle::kMaxChildren + kPeerTableExtraEntries;
|
||||
|
||||
Reference in New Issue
Block a user