mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-18 21:23:02 +00:00
fix filename0 and filename1 assignment
This commit is contained in:
parent
efbbdc6987
commit
4244944814
@ -119,8 +119,8 @@ Ad9361FpgaSignalSource::Ad9361FpgaSignalSource(const ConfigurationInterface *con
|
||||
|
||||
if (filename0_.empty())
|
||||
{
|
||||
filename0_ = configuration->property(role + ".filename0_", empty_string);
|
||||
filename1_ = configuration->property(role + ".filename1_", empty_string);
|
||||
filename0_ = configuration->property(role + ".filename0", empty_string);
|
||||
filename1_ = configuration->property(role + ".filename1", empty_string);
|
||||
}
|
||||
// if only one input file is specified in the configuration file then:
|
||||
// if there is at least one channel assigned to frequency band 1 then the DMA transfers the samples to the L1 frequency band channels
|
||||
|
Loading…
Reference in New Issue
Block a user