mirror of
https://github.com/espressif/openthread.git
synced 2026-08-14 14:47:46 +00:00
[mle] simplify the channel mask (#3349)
This commit is contained in:
committed by
Jonathan Hui
parent
f189cafcc7
commit
c3a0898e74
@@ -174,8 +174,6 @@ typedef uint32_t otChannelMaskPage0;
|
||||
#define OT_CHANNEL_25_MASK (1 << 25) ///< Channel 25
|
||||
#define OT_CHANNEL_26_MASK (1 << 26) ///< Channel 26
|
||||
|
||||
#define OT_CHANNEL_ALL 0xffffffff ///< All channels
|
||||
|
||||
/**
|
||||
* This structure represents presence of different components in Active or Pending Operational Dataset.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user