1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-08-29 17:07:58 +00:00

Fix comment

This commit is contained in:
Mathieu Favreau
2025-07-23 21:08:59 +00:00
parent 3aa97191df
commit 52cc8a5e2c

View File

@@ -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 <iostream> // for std::cout
#if USE_GLOG_AND_GFLAGS
#include <glog/logging.h>