[efr32mg12] update the channel range of channel config entry (#4214)

This commit is contained in:
Zhanglong Xia
2019-10-16 10:47:09 -07:00
committed by Jonathan Hui
parent 233f8406e3
commit 3f2c2290ac
+2 -2
View File
@@ -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
},