summaryrefslogtreecommitdiff
path: root/driver_navcom.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_navcom.c')
-rw-r--r--driver_navcom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_navcom.c b/driver_navcom.c
index 03a984ad..5c6fbd24 100644
--- a/driver_navcom.c
+++ b/driver_navcom.c
@@ -1279,7 +1279,7 @@ const struct gps_type_t navcom_binary =
{
.type_name = "Navcom binary", /* full name of type */
.packet_type = NAVCOM_PACKET, /* lexer packet type */
- .flags = DRIVER_NOFLAGS, /* no flags set */
+ .flags = DRIVER_STICKY, /* remember this */
.trigger = NULL, /* none */
.channels = NAVCOM_CHANNELS, /* 12 L1 + 12 L2 + 2 Inmarsat L-Band */
.probe_detect = NULL, /* no probe */