mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-08 19:23:07 +00:00
Fix bug that was preventing the PRN code to be loaded. Fixes #102
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user