Skip to content

Commit da6072a

Browse files
committed
Add missing return value
1 parent bb584c4 commit da6072a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Firmware/RTK_Everywhere/GNSS_Mosaic.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,6 +1394,7 @@ bool GNSS_MOSAIC::isDgpsFixed()
13941394
// 6: SBAS aided PVT
13951395
if ((_fixType == 2) || (_fixType == 6))
13961396
return (true);
1397+
return (false);
13971398
}
13981399

13991400
//----------------------------------------

0 commit comments

Comments
 (0)