Update qgsnmeaconnection.cpp

This commit is contained in:
Mauro Bettella 2022-09-19 17:56:40 +02:00 committed by Nyall Dawson
parent a0a54fd552
commit aae841317a

View File

@ -372,9 +372,9 @@ void QgsNmeaConnection::processGsvSentence( const char *data, int len )
for ( int k = 0; k < mLastGPSInformation.satPrn.size(); ++k )
{
if ( mLastGPSInformation.satPrn.at( k ) == currentSatellite.id )
{
satelliteInfo.inUse = true;
}
{
satelliteInfo.inUse = true;
}
}
satelliteInfo.signal = currentSatellite.sig;
satelliteInfo.satType = result.pack_type;