diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2005-07-11 12:32:41 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2005-07-11 12:32:41 +0000 |
commit | b89766bedaa4143db4aa54496cc3ad459fc6996c (patch) | |
tree | 91e00b70309fab5542bd51d35a361e209f286702 /evermore.c | |
parent | d56e47611cb5d2966bd7eb923dcb51bd8c66fcd0 (diff) | |
download | gpsd-b89766bedaa4143db4aa54496cc3ad459fc6996c.tar.gz |
Architecture extension; handle variable sample rates.
Diffstat (limited to 'evermore.c')
-rw-r--r-- | evermore.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -299,6 +299,8 @@ struct gps_type_t evermore_binary = pass_rtcm, /* send RTCM data straight */ evermore_speed, /* we can change baud rates */ evermore_mode, /* there is a mode switcher */ + NULL, /* no sample-rate switcher */ + -1, /* not relevant, no rate switch */ NULL, /* caller needs to supply a close hook */ 1, /* updates every second */ }; |