[config] remaining configure options (#4020)

This commit is contained in:
Jonathan Hui
2019-07-16 12:18:34 -07:00
parent 149640da49
commit 02da206f39
43 changed files with 264 additions and 330 deletions
+3 -3
View File
@@ -3555,7 +3555,7 @@ void Interpreter::SetUserCommands(const otCliCommand *aCommands, uint8_t aLength
Interpreter &Interpreter::GetOwner(OwnerLocator &aOwnerLocator)
{
#if OPENTHREAD_ENABLE_MULTIPLE_INSTANCES
#if OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_ENABLE
Interpreter &interpreter = (aOwnerLocator.GetOwner<Interpreter>());
#else
OT_UNUSED_VARIABLE(aOwnerLocator);
@@ -3610,7 +3610,7 @@ exit:
} // namespace Cli
} // namespace ot
#if OPENTHREAD_ENABLE_LEGACY
#if OPENTHREAD_CONFIG_LEGACY_ENABLE
OT_TOOL_WEAK void otNcpRegisterLegacyHandlers(const otNcpLegacyHandlers *aHandlers)
{
OT_UNUSED_VARIABLE(aHandlers);
@@ -3625,4 +3625,4 @@ OT_TOOL_WEAK void otNcpHandleLegacyNodeDidJoin(const otExtAddress *aExtAddr)
{
OT_UNUSED_VARIABLE(aExtAddr);
}
#endif // OPENTHREAD_ENABLE_LEGACY
#endif // OPENTHREAD_CONFIG_LEGACY_ENABLE