commented out conf_tx_path since it was locking up Pi Zero W sometimes!

pull/1/head
Alan Johnston 7 years ago
parent 007fada311
commit 8077763cf6

@ -222,11 +222,12 @@ int ax5043_init(ax5043_conf_t *conf, uint32_t f_xtal, vco_mode_t vco) {
} }
/* Setup TX only related parameters */ /* Setup TX only related parameters */
/*
ret = ax5043_conf_tx_path(conf); ret = ax5043_conf_tx_path(conf);
if (ret) { if (ret) {
return ret; return ret;
} }
*/
/* Set an internal copy for the ax5042_wait_for_transmit function */ /* Set an internal copy for the ax5042_wait_for_transmit function */
__ax5043_conf = conf; __ax5043_conf = conf;

Loading…
Cancel
Save

Powered by TurnKey Linux.