summaryrefslogtreecommitdiff
path: root/drivers.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-06 20:38:37 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-06 20:38:37 -0500
commit56e719970de0fcbbc6c086159f31f82b5eb35128 (patch)
treeeec477c566d221cb1823935155231f38036e778c /drivers.c
parentf1e30c3197910f319cf2d624666be87a0580b82a (diff)
downloadgpsd-56e719970de0fcbbc6c086159f31f82b5eb35128.tar.gz
Code is fully cppcheck, splint, and Coverity clean.
All regression tests pass. PPS is live.
Diffstat (limited to 'drivers.c')
-rw-r--r--drivers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers.c b/drivers.c
index f741d1b4..55f2bdc9 100644
--- a/drivers.c
+++ b/drivers.c
@@ -1029,7 +1029,7 @@ static const struct gps_type_t garmintxt = {
.channels = 0, /* not used */
.probe_detect = NULL, /* no probe */
.get_packet = generic_get, /* how to get a packet */
- .parse_packet = generic_parse_input, /* how to parse one */
+ .parse_packet = garmintxt_parse, /* how to parse one */
.rtcm_writer = NULL, /* don't send RTCM data, */
.event_hook = NULL, /* no event hook */
#ifdef RECONFIGURE_ENABLE