1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-16 20:23:02 +00:00

Enlarge number of channels for PVT

This commit is contained in:
Carles Fernandez 2017-08-16 18:10:37 +02:00
parent 2ca252c4d4
commit dc4d3790ed

View File

@ -37,7 +37,7 @@
#include <armadillo> #include <armadillo>
#include <boost/date_time/posix_time/posix_time.hpp> #include <boost/date_time/posix_time/posix_time.hpp>
const unsigned int PVT_MAX_CHANNELS = 24; const unsigned int PVT_MAX_CHANNELS = 90;
const unsigned int PVT_MAX_PRN = 127; // 126 is SBAS const unsigned int PVT_MAX_PRN = 127; // 126 is SBAS
/*! /*!