summaryrefslogtreecommitdiff
path: root/driver_sirf.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_sirf.c')
-rw-r--r--driver_sirf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_sirf.c b/driver_sirf.c
index 2fafd4c2..48902343 100644
--- a/driver_sirf.c
+++ b/driver_sirf.c
@@ -1368,7 +1368,7 @@ const struct gps_type_t sirf_binary =
{
.type_name = "SiRF binary", /* full name of type */
.packet_type = SIRF_PACKET, /* associated lexer packet type */
- .flags = DRIVER_NOFLAGS, /* no flags set */
+ .flags = DRIVER_STICKY, /* no flags set */
.trigger = NULL, /* no trigger */
.channels = SIRF_CHANNELS, /* consumer-grade GPS */
.probe_detect = NULL, /* no probe */