mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-06-27 15:42:53 +00:00
Fix bug that was preventing the PRN code to be loaded. Fixes #102
This commit is contained in:
parent
061069bc82
commit
1e6f053c37
@ -422,6 +422,7 @@ int main(int argc, char** argv)
|
|||||||
gnss_synchro->PRN = PRN;
|
gnss_synchro->PRN = PRN;
|
||||||
acquisition->set_gnss_synchro(gnss_synchro);
|
acquisition->set_gnss_synchro(gnss_synchro);
|
||||||
acquisition->init();
|
acquisition->init();
|
||||||
|
acquisition->set_local_code();
|
||||||
acquisition->reset();
|
acquisition->reset();
|
||||||
stop = false;
|
stop = false;
|
||||||
try
|
try
|
||||||
|
Loading…
x
Reference in New Issue
Block a user