mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-08 03:36:44 +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;
|
||||
acquisition->set_gnss_synchro(gnss_synchro);
|
||||
acquisition->init();
|
||||
acquisition->set_local_code();
|
||||
acquisition->reset();
|
||||
stop = false;
|
||||
try
|
||||
|
Loading…
x
Reference in New Issue
Block a user