mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-07 07:50:32 +00:00
Fix for ENABLE_FPGA=ON
This commit is contained in:
parent
fb1fd2584d
commit
3b2ad56550
@ -862,10 +862,10 @@ void GNSSFlowgraph::disconnect()
|
|||||||
#endif
|
#endif
|
||||||
// Signal conditioner (selected_signal_source) >> channels (i) (dependent of their associated SignalSource_ID)
|
// Signal conditioner (selected_signal_source) >> channels (i) (dependent of their associated SignalSource_ID)
|
||||||
|
|
||||||
#ifndef ENABLE_FPGA
|
|
||||||
int selected_signal_conditioner_ID;
|
|
||||||
for (unsigned int i = 0; i < channels_count_; i++)
|
for (unsigned int i = 0; i < channels_count_; i++)
|
||||||
{
|
{
|
||||||
|
#ifndef ENABLE_FPGA
|
||||||
|
int selected_signal_conditioner_ID;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
selected_signal_conditioner_ID = configuration_->property("Channel" + std::to_string(i) + ".RF_channel_ID", 0);
|
selected_signal_conditioner_ID = configuration_->property("Channel" + std::to_string(i) + ".RF_channel_ID", 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user