summaryrefslogtreecommitdiff
path: root/lcdgps.c
diff options
context:
space:
mode:
Diffstat (limited to 'lcdgps.c')
-rw-r--r--lcdgps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcdgps.c b/lcdgps.c
index 268eaaa2..bdfed6bc 100644
--- a/lcdgps.c
+++ b/lcdgps.c
@@ -479,7 +479,7 @@ int main(int argc, char *argv[])
/* Here's where updates go. */
gps_set_raw_hook(gpsdata, update_lcd);
- gps_stream(gpsdata, WATCH_ENABLE, NULL);
+ gps_stream(gpsdata, WATCH_ENABLE|WATCH_NEWSTYLE, NULL);
for (;;) { /* heart of the client */