summaryrefslogtreecommitdiff
path: root/driver_proto.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-11-30 17:27:33 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-11-30 17:27:33 +0000
commit8f36eb055324dbb0149b8d083995bfce20770e4c (patch)
treeed91e43eb2cb585bfaef171568f23bf8d7b11fe5 /driver_proto.c
parentaa6a40ff41bea8c454562a336a29f6613dbcf02c (diff)
downloadgpsd-8f36eb055324dbb0149b8d083995bfce20770e4c.tar.gz
Check in regress-builder, after having used it to detect some minor build
problems created by the last big refactoring patch.
Diffstat (limited to 'driver_proto.c')
-rw-r--r--driver_proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_proto.c b/driver_proto.c
index c916f6c3..9738c869 100644
--- a/driver_proto.c
+++ b/driver_proto.c
@@ -182,7 +182,7 @@ struct gps_type_t proto_binary = {
.configurator = configurator,
#endif /* ALLOW_RECONFIGURE */
/* Packet getter (using default routine) */
- .get_packet = packet_get,
+ .get_packet = generic_get,
/* Parse message packets */
.parse_packet = parse_input,
/* RTCM handler (using default routine) */