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:
parent
58c2a43239
commit
7d4562465b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user