diff --git a/src/algorithms/PVT/libs/nmea_printer.cc b/src/algorithms/PVT/libs/nmea_printer.cc index dd68ad58f..1939313ee 100644 --- a/src/algorithms/PVT/libs/nmea_printer.cc +++ b/src/algorithms/PVT/libs/nmea_printer.cc @@ -213,11 +213,11 @@ bool Nmea_Printer::Print_Nmea_Line(const Rtklib_Solver* const pvt_data, bool pri try { nmea_file_descriptor - << GPRMC - << GPGGA // GPGGA (Global Positioning System Fixed Data) - << GPGSA - << GPGSV - << std::flush; + << GPRMC + << GPGGA // GPGGA (Global Positioning System Fixed Data) + << GPGSA + << GPGSV + << std::flush; } catch (const std::exception& ex) {