mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 12:10:34 +00:00
fix ad9361_manager comments
This commit is contained in:
parent
923398fa5e
commit
da47cadcff
@ -415,7 +415,7 @@ bool config_ad9361_rx_local(uint64_t bandwidth_,
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
// Configure LO channel
|
// Configure LO channel
|
||||||
std::cout << "* Acquiring LO RX channel 0\n";
|
std::cout << "* Acquiring " << RX_DEV_A << " LO RX channel 0\n";
|
||||||
if (!get_lo_chan(ad9361_phy, RX, 0, &chn))
|
if (!get_lo_chan(ad9361_phy, RX, 0, &chn))
|
||||||
{
|
{
|
||||||
std::cout << "RX LO channel 0not found\n";
|
std::cout << "RX LO channel 0not found\n";
|
||||||
@ -452,7 +452,7 @@ bool config_ad9361_rx_local(uint64_t bandwidth_,
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
// Configure LO channel
|
// Configure LO channel
|
||||||
std::cout << "* Acquiring LO RX channel 1\n";
|
std::cout << "* Acquiring " << RX_DEV_B << " LO RX channel 0\n";
|
||||||
if (!get_lo_chan(ad9361_phy_B, RX, 0, &chn))
|
if (!get_lo_chan(ad9361_phy_B, RX, 0, &chn))
|
||||||
{
|
{
|
||||||
std::cout << "RX LO channel 1 not found\n";
|
std::cout << "RX LO channel 1 not found\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user