summaryrefslogtreecommitdiff
path: root/tsip.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-11 12:32:41 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-11 12:32:41 +0000
commitb89766bedaa4143db4aa54496cc3ad459fc6996c (patch)
tree91e00b70309fab5542bd51d35a361e209f286702 /tsip.c
parentd56e47611cb5d2966bd7eb923dcb51bd8c66fcd0 (diff)
downloadgpsd-b89766bedaa4143db4aa54496cc3ad459fc6996c.tar.gz
Architecture extension; handle variable sample rates.
Diffstat (limited to 'tsip.c')
-rw-r--r--tsip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tsip.c b/tsip.c
index a60a23c4..64f8ff35 100644
--- a/tsip.c
+++ b/tsip.c
@@ -641,6 +641,8 @@ struct gps_type_t tsip_binary =
NULL, /* send DGPS correction */
tsip_speed_switch, /* change baud rate */
NULL, /* no mode switcher */
+ NULL, /* no rate switcher */
+ -1, /* not relevant, no rate switcher */
NULL, /* caller needs to supply a close hook */
1, /* updates every second */
};