mirror of
https://github.com/espressif/openthread.git
synced 2026-07-11 14:50:18 +00:00
Cleanup MLE attach names. (#1816)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user