sm8350-common: gps: Address logical-op-parentheses warning
Change-Id: I45d621a2b995afeb7757df3f89614a0d95552f33
This commit is contained in:
parent
e05f48f56c
commit
356462e0b6
@ -3884,7 +3884,7 @@ bool GnssAdapter::needToGenerateNmeaReport(const uint32_t &gpsTimeOfWeekMs,
|
|||||||
* Send when gpsTimeOfWeekMs is closely aligned with integer boundary
|
* Send when gpsTimeOfWeekMs is closely aligned with integer boundary
|
||||||
*/
|
*/
|
||||||
if ((0 == mPrevNmeaRptTimeNsec) ||
|
if ((0 == mPrevNmeaRptTimeNsec) ||
|
||||||
(0 != gpsTimeOfWeekMs) && (NMEA_MIN_THRESHOLD_MSEC >= (gpsTimeOfWeekMs % 1000))) {
|
((0 != gpsTimeOfWeekMs) && (NMEA_MIN_THRESHOLD_MSEC >= (gpsTimeOfWeekMs % 1000)))) {
|
||||||
retVal = true;
|
retVal = true;
|
||||||
} else {
|
} else {
|
||||||
uint64_t timeDiffMsec = ((currentTimeNsec - mPrevNmeaRptTimeNsec) / 1000000);
|
uint64_t timeDiffMsec = ((currentTimeNsec - mPrevNmeaRptTimeNsec) / 1000000);
|
||||||
|
Loading…
Reference in New Issue
Block a user