From be8b170d30835954e9e1a8e4a515a36b2918f552 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Mon, 22 Apr 2019 19:40:25 -0700 Subject: driver_ubx: Improve comment on UBX-NAV-EOE --- driver_ubx.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'driver_ubx.c') diff --git a/driver_ubx.c b/driver_ubx.c index 49c193c4..fbb8efee 100644 --- a/driver_ubx.c +++ b/driver_ubx.c @@ -636,12 +636,7 @@ ubx_msg_nav_eoe(struct gps_device_t *session, unsigned char *buf, session->driver.ubx.iTOW = getles32(buf, 0); gpsd_log(&session->context->errout, LOG_DATA, "EOE: iTOW=%lld\n", (long long)session->driver.ubx.iTOW); - /* nothing really to new, but report data collected so far - * and clear for next data set */ - /* return CLEAR_IS | REPORT_IS; - * return REPORT_IS | STATUS_SET; - * return REPORT_IS; - * strangely any mask return here makes things worse... */ + /* nothing to report, but the iTOW for cycle ender is good */ return 0; } -- cgit v1.2.1