1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-28 22:17:39 +00:00

updated L5 and E5a adapters for debugging

corrected minor issues
This commit is contained in:
Marc Majoral
2018-11-05 17:01:29 +01:00
parent b5409f0860
commit 392f92839f
5 changed files with 54 additions and 20 deletions

View File

@@ -334,6 +334,8 @@ void fpga_multicorrelator_8sc::set_channel(uint32_t channel)
//printf("ppps opening device %s\n", device_io_name);
printf("trk device_io_name = %s\n", device_io_name);
if ((d_device_descriptor = open(device_io_name, O_RDWR | O_SYNC)) == -1)
{
LOG(WARNING) << "Cannot open deviceio" << device_io_name;