Cleanup MLE attach names. (#1816)

This commit is contained in:
Jonathan Hui
2017-05-24 08:41:38 -07:00
committed by GitHub
parent b89a9dfbc1
commit 344a78f39f
13 changed files with 59 additions and 68 deletions
+1 -1
View File
@@ -2451,7 +2451,7 @@ void Interpreter::ProcessState(int argc, char *argv[])
}
else if (strcmp(argv[0], "child") == 0)
{
SuccessOrExit(error = otThreadBecomeChild(mInstance, kMleAttachSamePartition1));
SuccessOrExit(error = otThreadBecomeChild(mInstance));
}
#if OPENTHREAD_FTD