1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-27 14:48:24 +00:00

Fix bug that was preventing the PRN code to be loaded. Fixes #102

This commit is contained in:
Carles Fernandez 2017-12-06 13:06:05 +01:00
parent 061069bc82
commit 1e6f053c37

View File

@ -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