summaryrefslogtreecommitdiff
path: root/driver_sirf.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_sirf.c')
-rw-r--r--driver_sirf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver_sirf.c b/driver_sirf.c
index d73e8113..b9322c80 100644
--- a/driver_sirf.c
+++ b/driver_sirf.c
@@ -865,6 +865,7 @@ gps_mask_t sirf_parse(struct gps_device_t *session, unsigned char *buf, size_t l
case 0x29: /* Geodetic Navigation Information */
gpsd_report(LOG_PROG, "GND 0x29: %s\n",
gpsd_hexdump_wrapper(buf, len, LOG_PROG));
+ return 0;
case 0x32: /* SBAS corrections */
return 0;