This commit is contained in:
Carles Fernandez 2015-12-25 12:27:08 +01:00
parent 215e4e8ada
commit 589342e4a4
1 changed files with 1 additions and 1 deletions

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;
}