mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-18 21:23:02 +00:00
Fix warning
This commit is contained in:
parent
1568c52000
commit
d81ff696b8
@ -468,7 +468,7 @@ Rtklib_Pvt::Rtklib_Pvt(const ConfigurationInterface* configuration,
|
|||||||
{
|
{
|
||||||
num_bands = 2;
|
num_bands = 2;
|
||||||
}
|
}
|
||||||
if ((gal_1B_count > 0) && (gal_E6_count > 0) && (gal_E5a_count > 0) || (gal_E5b_count > 0))
|
if ((gal_1B_count > 0) && (gal_E6_count > 0) && ((gal_E5a_count > 0) || (gal_E5b_count > 0)))
|
||||||
{
|
{
|
||||||
num_bands = 3;
|
num_bands = 3;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user