mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-19 05:33:02 +00:00
Fix initialization
This commit is contained in:
parent
649a1d7be6
commit
ce16b0e1a4
@ -205,7 +205,7 @@ bool Fpga_Multicorrelator_8sc::free()
|
|||||||
|
|
||||||
void Fpga_Multicorrelator_8sc::set_channel(uint32_t channel)
|
void Fpga_Multicorrelator_8sc::set_channel(uint32_t channel)
|
||||||
{
|
{
|
||||||
char device_io_name[max_length_deviceio_name] = '\0'; // driver io name
|
char device_io_name[max_length_deviceio_name] = ""; // driver io name
|
||||||
d_channel = channel;
|
d_channel = channel;
|
||||||
|
|
||||||
// open the device corresponding to the assigned channel
|
// open the device corresponding to the assigned channel
|
||||||
|
Loading…
Reference in New Issue
Block a user