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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user