Skip to content

Commit

Permalink
Allow connection of more than 1 signal conditioner to a signal source
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav P <vladisslav2011@gmail.com>
  • Loading branch information
vladisslav2011 committed May 7, 2024
1 parent 4836785 commit 3b10a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/receiver/gnss_flowgraph.cc
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ int GNSSFlowgraph::connect_signal_sources_to_signal_conditioners()
}
else
{
if (j == 0)
if (j == 0 || !src->get_right_block(j))
{
// RF_channel 0 backward compatibility with single channel sources
LOG(INFO) << "connecting sig_source_ " << i << " stream " << 0 << " to conditioner " << signal_conditioner_ID;
Expand Down

0 comments on commit 3b10a36

Please sign in to comment.