1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-18 21:23:02 +00:00

CI: fix cpplint job

This commit is contained in:
Carles Fernandez 2021-10-04 17:19:03 +02:00
parent 58c2a43239
commit 7d4562465b
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -428,9 +428,9 @@ int gps_l1_ca_telemetry_decoder_gs::general_work(int noutput_items __attribute__
current_symbol = in[0][0];
if (d_symbol_history.empty())
{
//Tracking synchronizes the tlm bit boundaries by acquiring the preamble
//inserting the preamble to the new tracked satellite (history empty) before the first synchronized symbol
//may speed up the tlm decoding by not discarding the first received frame
// Tracking synchronizes the tlm bit boundaries by acquiring the preamble
// inserting the preamble to the new tracked satellite (history empty) before the first synchronized symbol
// may speed up the tlm decoding by not discarding the first received frame
for (int32_t i = 0; i < GPS_CA_PREAMBLE_LENGTH_BITS; i++)
{
if (current_symbol.Flag_PLL_180_deg_phase_locked == true)