summaryrefslogtreecommitdiff
path: root/driver_italk.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-02-27 16:21:30 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-02-27 16:21:30 -0500
commit29b318ad225a55fe6887af98e89c7ec7a882f04a (patch)
tree203b3c3f4e0aace6a63fe2ad44f510ec9fc40ba2 /driver_italk.c
parent56aa6b145fcd49d3782b3da4860276a3f71b7bbd (diff)
downloadgpsd-29b318ad225a55fe6887af98e89c7ec7a882f04a.tar.gz
Remove pass_rtcm(),
Replace it wuth what it calls, gpsd_write(). Requiresd only a prototype tweak and some casts, no logic changes. All regression tests pass.
Diffstat (limited to 'driver_italk.c')
-rw-r--r--driver_italk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_italk.c b/driver_italk.c
index 37d52b71..184599c2 100644
--- a/driver_italk.c
+++ b/driver_italk.c
@@ -412,7 +412,7 @@ const struct gps_type_t italk_binary =
.probe_detect = NULL, /* how to detect at startup time */
.get_packet = generic_get, /* use generic packet grabber */
.parse_packet = italk_parse_input,/* parse message packets */
- .rtcm_writer = pass_rtcm, /* send RTCM data straight */
+ .rtcm_writer = gpsd_write, /* send RTCM data straight */
.event_hook = NULL, /* lifetime event handler */
#ifdef ALLOW_RECONFIGURE
.speed_switcher = NULL, /* no speed switcher */