mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-02-14 18:10:10 +00:00
Fix comparison
This commit is contained in:
parent
e6d2776f1b
commit
92d20d0842
@ -343,7 +343,7 @@ int gps_l1_ca_telemetry_decoder_cc::general_work(int noutput_items __attribute__
|
||||
{
|
||||
if (iter.Flag_valid_symbol_output == true)
|
||||
{
|
||||
if (iter.Prompt_I < 0) // symbols clipping
|
||||
if (iter.Prompt_I < 0.0) // symbols clipping
|
||||
{
|
||||
corr_value -= d_preambles_symbols[i];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user