mirror of
https://github.com/espressif/openthread.git
synced 2026-08-24 03:09:52 +00:00
[efr32mg12] update the channel range of channel config entry (#4214)
This commit is contained in:
committed by
Jonathan Hui
parent
233f8406e3
commit
3f2c2290ac
+2
-2
@@ -159,8 +159,8 @@ const RAIL_ChannelConfigEntry_t generated_channels[] = {
|
||||
.baseFrequency = 904000000,
|
||||
.channelSpacing = 2000000,
|
||||
.physicalChannelOffset = 0,
|
||||
.channelNumberStart = 0,
|
||||
.channelNumberEnd = 20,
|
||||
.channelNumberStart = 1,
|
||||
.channelNumberEnd = 10,
|
||||
.maxPower = RAIL_TX_POWER_MAX,
|
||||
.attr = &generated_entryAttr
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user