From 52cc8a5e2ca7478cc9d22b74ce32266f860c6b0e Mon Sep 17 00:00:00 2001 From: Mathieu Favreau Date: Wed, 23 Jul 2025 21:08:59 +0000 Subject: [PATCH] Fix comment --- src/algorithms/PVT/adapters/rtklib_pvt.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithms/PVT/adapters/rtklib_pvt.cc b/src/algorithms/PVT/adapters/rtklib_pvt.cc index 0751a0404..bdd2f21e5 100644 --- a/src/algorithms/PVT/adapters/rtklib_pvt.cc +++ b/src/algorithms/PVT/adapters/rtklib_pvt.cc @@ -26,7 +26,7 @@ #include "gps_ephemeris.h" // for Gps_Ephemeris #include "pvt_conf.h" // for Pvt_Conf #include "rtklib_rtkpos.h" // for rtkfree, rtkinit -#include "signal_enabled_flags.h" // for get_type_of_receiver +#include "signal_enabled_flags.h" // for signal_enabled_flags #include // for std::cout #if USE_GLOG_AND_GFLAGS #include