1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-14 20:20:35 +00:00

Fix for ENABLE_FPGA=ON

This commit is contained in:
Carles Fernandez 2019-03-02 11:48:25 +01:00
parent fb1fd2584d
commit 3b2ad56550
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -860,12 +860,12 @@ void GNSSFlowgraph::disconnect()
return;
}
#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++)
{
#ifndef ENABLE_FPGA
int selected_signal_conditioner_ID;
try
{
selected_signal_conditioner_ID = configuration_->property("Channel" + std::to_string(i) + ".RF_channel_ID", 0);