mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-05 23:10:34 +00:00
Fix typo
This commit is contained in:
parent
0d90ffca19
commit
d3418ceeb5
@ -664,7 +664,7 @@ void pcps_opencl_acquisition_cc::acquisition_core_opencl()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void pcps_multithread_acquisition_cc::set_state(int state)
|
void pcps_opencl_acquisition_cc::set_state(int state)
|
||||||
{
|
{
|
||||||
d_state = state;
|
d_state = state;
|
||||||
if (d_state == 1)
|
if (d_state == 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user