summaryrefslogtreecommitdiff
path: root/garmin.c
diff options
context:
space:
mode:
Diffstat (limited to 'garmin.c')
-rw-r--r--garmin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/garmin.c b/garmin.c
index ffb4f0d7..df781cbf 100644
--- a/garmin.c
+++ b/garmin.c
@@ -840,6 +840,7 @@ struct gps_type_t garmin_binary =
{
.typename = "Garmin binary", /* full name of type */
.trigger = NULL, /* no trigger, it has a probe */
+ .channels = GARMIN_CHANNELS, /* consumer-grade GPS */
.probe = garmin_probe, /* how to detect at startup time */
.initializer = garmin_init, /* initialize the device */
.get_packet = garmin_get_packet,/* how to grab a packet */