summaryrefslogtreecommitdiff
path: root/sirf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sirf.c')
-rw-r--r--sirf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sirf.c b/sirf.c
index 6bf3d232..ecbf8e69 100644
--- a/sirf.c
+++ b/sirf.c
@@ -706,6 +706,7 @@ struct gps_type_t sirf_binary =
{
.typename = "SiRF-II binary", /* full name of type */
.trigger = "$Ack Input105.", /* expected response to SiRF PSRF105 */
+ .channels = SIRF_CHANNELS, /* consumer-grade GPS */
.probe = NULL, /* no probe */
.initializer = sirfbin_initializer,/* initialize the device */
.get_packet = packet_get, /* use the generic packet getter */