From e07c0dce8368860e643f8dfa7a90adb1c9c7c17f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 13 Jul 2005 04:05:27 +0000 Subject: Fix minor bugs reported by Oleg Gusev. --- drivers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers.c') diff --git a/drivers.c b/drivers.c index b80ccf3e..9333ae87 100644 --- a/drivers.c +++ b/drivers.c @@ -11,7 +11,7 @@ extern struct gps_type_t zodiac_binary; -#if defined(NMEA_ENABLE) || defined(SIRFII_ENABLL) || defined(EVERMORE_ENABLE) +#if defined(NMEA_ENABLE) || defined(SIRFII_ENABLL) || defined(EVERMORE_ENABLE) || defined(ITALK_ENABLE) ssize_t pass_rtcm(struct gps_device_t *session, char *buf, size_t rtcmbytes) /* most GPSes take their RTCM corrections straight up */ { @@ -392,7 +392,7 @@ static struct gps_type_t itrax = { itrax_initializer, /* initialize */ packet_get, /* how to get a packet */ nmea_parse_input, /* how to interpret a packet */ - pass_rtcm, /* write RTCM data straight */ + NULL, /* iTrax doesn't support DGPS/WAAS/EGNOS */ itrax_speed, /* no speed switcher */ NULL, /* no mode switcher */ itrax_rate, /* there's a sample-rate switcher */ -- cgit v1.2.1