mirror of
https://github.com/espressif/openthread.git
synced 2025-08-06 14:52:18 +08:00
[meshcop] fix the build when Border Agent ID is disabled (#11498)
This commit is contained in:
@ -648,7 +648,10 @@ DeclareTmfHandler(BorderAgent, kUriRelayRx);
|
|||||||
|
|
||||||
} // namespace MeshCoP
|
} // namespace MeshCoP
|
||||||
|
|
||||||
|
#if OPENTHREAD_CONFIG_BORDER_AGENT_ID_ENABLE
|
||||||
DefineCoreType(otBorderAgentId, MeshCoP::BorderAgent::Id);
|
DefineCoreType(otBorderAgentId, MeshCoP::BorderAgent::Id);
|
||||||
|
#endif
|
||||||
|
|
||||||
DefineCoreType(otBorderAgentSessionIterator, MeshCoP::BorderAgent::SessionIterator);
|
DefineCoreType(otBorderAgentSessionIterator, MeshCoP::BorderAgent::SessionIterator);
|
||||||
|
|
||||||
#if OPENTHREAD_CONFIG_BORDER_AGENT_EPHEMERAL_KEY_ENABLE
|
#if OPENTHREAD_CONFIG_BORDER_AGENT_EPHEMERAL_KEY_ENABLE
|
||||||
|
Reference in New Issue
Block a user