mirror of
https://github.com/espressif/openthread.git
synced 2026-07-30 15:47:46 +00:00
[cli] fix incorrect mask "channel manager" CLI output (#8571)
This commit is contained in:
+1
-1
@@ -1861,7 +1861,7 @@ template <> otError Interpreter::Process<Cmd("channel")>(Arg aArgs[])
|
||||
OutputLine("interval: %lu", ToUlong(otChannelManagerGetAutoChannelSelectionInterval(GetInstancePtr())));
|
||||
OutputLine("cca threshold: 0x%04x", otChannelManagerGetCcaFailureRateThreshold(GetInstancePtr()));
|
||||
OutputLine("supported: %s", supportedMask.ToString().AsCString());
|
||||
OutputLine("favored: %s", supportedMask.ToString().AsCString());
|
||||
OutputLine("favored: %s", favoredMask.ToString().AsCString());
|
||||
}
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user