diff --git a/src/core/meshcop/meshcop_tlvs.cpp b/src/core/meshcop/meshcop_tlvs.cpp index 18088af54..0c40ed1f6 100644 --- a/src/core/meshcop/meshcop_tlvs.cpp +++ b/src/core/meshcop/meshcop_tlvs.cpp @@ -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(cur)->GetMask() & OT_RADIO_915MHZ_OQPSK_CHANNEL_MASK; + mask |= static_cast(cur)->GetMask() & OT_RADIO_915MHZ_OQPSK_CHANNEL_MASK; } #endif