1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-29 23:41:05 +00:00

perform fmComms5 specific mult-chip sync configuration

This commit is contained in:
Marc Majoral 2022-05-20 16:54:00 +02:00
parent da47cadcff
commit 8131bdffc5

View File

@ -483,6 +483,7 @@ bool config_ad9361_rx_local(uint64_t bandwidth_,
if (rx2_enable_)
{
iio_channel_enable(rx_chan1);
ad9361_fmcomms5_multichip_sync(ctx, FIXUP_INTERFACE_TIMING | CHECK_SAMPLE_RATES);
}
if (!rx1_enable_ and !rx2_enable_)
{