mirror of
https://github.com/espressif/openthread.git
synced 2026-07-28 06:37:46 +00:00
[meshcop-tlv] fix typo with ChannelMasEntry (Note missing 'k') (#5948)
This commit is contained in:
@@ -284,7 +284,7 @@ uint32_t ChannelMaskTlv::GetChannelMask(void) const
|
||||
#if OPENTHREAD_CONFIG_RADIO_915MHZ_OQPSK_SUPPORT
|
||||
if (channelPage == OT_RADIO_CHANNEL_PAGE_2)
|
||||
{
|
||||
mask |= static_cast<const ChannelMasEntry *>(cur)->GetMask() & OT_RADIO_915MHZ_OQPSK_CHANNEL_MASK;
|
||||
mask |= static_cast<const ChannelMaskEntry *>(cur)->GetMask() & OT_RADIO_915MHZ_OQPSK_CHANNEL_MASK;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user