From dc4d3790eda8f6c9187847c8b242116946adab97 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Wed, 16 Aug 2017 18:10:37 +0200 Subject: [PATCH] Enlarge number of channels for PVT --- src/algorithms/PVT/libs/pvt_solution.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithms/PVT/libs/pvt_solution.h b/src/algorithms/PVT/libs/pvt_solution.h index 59017c617..c61aa1cb9 100644 --- a/src/algorithms/PVT/libs/pvt_solution.h +++ b/src/algorithms/PVT/libs/pvt_solution.h @@ -37,7 +37,7 @@ #include #include -const unsigned int PVT_MAX_CHANNELS = 24; +const unsigned int PVT_MAX_CHANNELS = 90; const unsigned int PVT_MAX_PRN = 127; // 126 is SBAS /*!