1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-24 22:13:15 +00:00
This commit is contained in:
Carles Fernandez 2015-12-25 12:27:08 +01:00
parent 215e4e8ada
commit 589342e4a4

View File

@ -220,7 +220,7 @@ bool Rtcm_Printer::Print_Rtcm_MSM(unsigned int msm_number, const Gps_Ephemeris &
}
Rtcm_Printer::Print_Message(msm7);
Rtcm_Printer::Print_Message(msm);
return true;
}