Add missing structure from radio setup command.

This commit is contained in:
Jonas Olsson 2016-12-01 23:36:21 +01:00 committed by George Oikonomou
parent f07ed3fc01
commit db54175d8d

View file

@ -92,6 +92,7 @@ rfc_CMD_PROP_RADIO_DIV_SETUP_t smartrf_settings_cmd_prop_radio_div_setup =
.formatConf.whitenMode = 0x7,
.config.frontEndMode = 0x0, /* Differential mode */
.config.biasMode = 0x1, /* External bias*/
.config.analogCfgMode = 0x0,
.config.bNoFsPowerUp = 0x0,
.txPower = 0x00, /* Driver sets correct value */
.pRegOverride = overrides,