mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-15 11:45:47 +00:00
Fix typo
This commit is contained in:
parent
d652903cb6
commit
7f18fce958
@ -769,7 +769,7 @@ Rtklib_Pvt::Rtklib_Pvt(ConfigurationInterface* configuration,
|
|||||||
// Show time in local zone
|
// Show time in local zone
|
||||||
pvt_output_parameters.show_local_time_zone = configuration->property(role + ".show_local_time_zone", false);
|
pvt_output_parameters.show_local_time_zone = configuration->property(role + ".show_local_time_zone", false);
|
||||||
|
|
||||||
// Enable or disable rx clock corection in observables
|
// Enable or disable rx clock correction in observables
|
||||||
pvt_output_parameters.enable_rx_clock_correction = configuration->property(role + ".enable_rx_clock_correction", true);
|
pvt_output_parameters.enable_rx_clock_correction = configuration->property(role + ".enable_rx_clock_correction", true);
|
||||||
|
|
||||||
// make PVT object
|
// make PVT object
|
||||||
|
Loading…
Reference in New Issue
Block a user