summaryrefslogtreecommitdiffstats
path: root/bcm4751_gpsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'bcm4751_gpsd.c')
-rw-r--r--bcm4751_gpsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcm4751_gpsd.c b/bcm4751_gpsd.c
index 5072751..6462525 100644
--- a/bcm4751_gpsd.c
+++ b/bcm4751_gpsd.c
@@ -288,7 +288,7 @@ int main(void)
return 1;
}
- bcm4751_read_dump(fd);
+ meif_read_loop(fd);
return 0;
}