From 32b9919fc5e07219f0d698987b4a990ae7a0e988 Mon Sep 17 00:00:00 2001 From: Gastd Date: Tue, 18 Jul 2017 18:20:52 -0300 Subject: [PATCH] Add telemetry rate --- src/core/system_parameters/Glonass_L1_CA.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/system_parameters/Glonass_L1_CA.h b/src/core/system_parameters/Glonass_L1_CA.h index 696610e7b..bcdfd2b32 100644 --- a/src/core/system_parameters/Glonass_L1_CA.h +++ b/src/core/system_parameters/Glonass_L1_CA.h @@ -65,4 +65,5 @@ const std::map GLONASS_PRN = const int GLONASS_CA_TELEMETRY_RATE_BITS_SECOND = 50; //!< NAV message bit rate [bits/s] + #endif /* GNSS_SDR_GLONASS_L1_CA_H_ */