Add missing structure from radio setup command.
This commit is contained in:
parent
f07ed3fc01
commit
db54175d8d
|
@ -92,6 +92,7 @@ rfc_CMD_PROP_RADIO_DIV_SETUP_t smartrf_settings_cmd_prop_radio_div_setup =
|
||||||
.formatConf.whitenMode = 0x7,
|
.formatConf.whitenMode = 0x7,
|
||||||
.config.frontEndMode = 0x0, /* Differential mode */
|
.config.frontEndMode = 0x0, /* Differential mode */
|
||||||
.config.biasMode = 0x1, /* External bias*/
|
.config.biasMode = 0x1, /* External bias*/
|
||||||
|
.config.analogCfgMode = 0x0,
|
||||||
.config.bNoFsPowerUp = 0x0,
|
.config.bNoFsPowerUp = 0x0,
|
||||||
.txPower = 0x00, /* Driver sets correct value */
|
.txPower = 0x00, /* Driver sets correct value */
|
||||||
.pRegOverride = overrides,
|
.pRegOverride = overrides,
|
||||||
|
|
Loading…
Reference in a new issue