mirror of
https://github.com/espressif/openthread.git
synced 2026-08-22 02:19:52 +00:00
[cli] fix ba state output and conversion of state to string (#9433)
This commit is contained in:
+1
-1
@@ -567,7 +567,7 @@ template <> otError Interpreter::Process<Cmd("ba")>(Arg aArgs[])
|
||||
else if (aArgs[0] == "state")
|
||||
{
|
||||
static const char *const kStateStrings[] = {
|
||||
"Stopped" // (0) OT_BORDER_AGENT_STATE_STOPPED
|
||||
"Stopped", // (0) OT_BORDER_AGENT_STATE_STOPPED
|
||||
"Started", // (1) OT_BORDER_AGENT_STATE_STARTED
|
||||
"Active", // (2) OT_BORDER_AGENT_STATE_ACTIVE
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user