mirror of
https://github.com/espressif/openthread.git
synced 2025-05-17 07:16:08 +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
|
||||
|
||||
#if OPENTHREAD_CONFIG_BORDER_AGENT_ID_ENABLE
|
||||
DefineCoreType(otBorderAgentId, MeshCoP::BorderAgent::Id);
|
||||
#endif
|
||||
|
||||
DefineCoreType(otBorderAgentSessionIterator, MeshCoP::BorderAgent::SessionIterator);
|
||||
|
||||
#if OPENTHREAD_CONFIG_BORDER_AGENT_EPHEMERAL_KEY_ENABLE
|
||||
|
Reference in New Issue
Block a user