1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-27 13:37:38 +00:00

Clean source code, update to new gnss_synchro parameter name

This commit is contained in:
Carles Fernandez
2018-06-05 22:53:34 +02:00
parent a2a9fef7f7
commit 5fc1e018fd
7 changed files with 99 additions and 102 deletions

View File

@@ -63,7 +63,6 @@
#define SQRT_SOL(x) ((x) < 0.0 ? 0.0 : sqrt(x))
const int MAXFIELD = 64; /* max number of fields in a record */
const int MAXNMEA = 256; /* max length of nmea sentence */
const double KNOT2M = 0.514444444; /* m/knot */