mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-11-16 14:54:59 +00:00
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into pps_lime
This commit is contained in:
commit
3164a7aa3f
@ -74,7 +74,7 @@ GalileoE1DllPllVemlTrackingFpga::GalileoE1DllPllVemlTrackingFpga(
|
|||||||
{
|
{
|
||||||
for (uint32_t k = 0; k < configuration->property("Channels_1C.count", 0U); k++)
|
for (uint32_t k = 0; k < configuration->property("Channels_1C.count", 0U); k++)
|
||||||
{
|
{
|
||||||
if (find_uio_dev_file_name(device_io_name, default_device_name_GPS_L1, k + 1) == 0)
|
if (find_uio_dev_file_name(device_io_name, default_device_name_GPS_L1, k) == 0)
|
||||||
{
|
{
|
||||||
num_prev_assigned_ch_1C = num_prev_assigned_ch_1C + 1;
|
num_prev_assigned_ch_1C = num_prev_assigned_ch_1C + 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user