summaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-05-16 10:55:08 -0700
committerJosh Blum <josh@joshknows.com>2012-05-16 10:55:08 -0700
commite5c9dee58715e927dd919aa3bf361983d17a172f (patch)
tree910db01aa5a66b39d12c936e5e92c235f0ce6e78 /host
parentefdc76514da5dd95fbc439027c84a3319377b700 (diff)
downloaduhd-e5c9dee58715e927dd919aa3bf361983d17a172f.tar.gz
uhd-e5c9dee58715e927dd919aa3bf361983d17a172f.tar.bz2
uhd-e5c9dee58715e927dd919aa3bf361983d17a172f.zip
docs: removed unsupported gps_gpgsa from docs as well
Diffstat (limited to 'host')
-rw-r--r--host/docs/gpsdo.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/gpsdo.rst b/host/docs/gpsdo.rst
index e84af8500..f732aae63 100644
--- a/host/docs/gpsdo.rst
+++ b/host/docs/gpsdo.rst
@@ -75,6 +75,6 @@ format using the time.h library in C, boost::posix_time in C++, etc.
Other information can be fetched as well. You can query the lock status
with the "gps_locked" sensor, as well as obtain raw NMEA sentences using
-the "gps_gpgsa", "gps_gprmc", and "gps_gpgga" sensors. Location
+the "gps_gprmc", and "gps_gpgga" sensors. Location
information can be parsed out of the "gps_gpgga" sensor by using gpsd or
another NMEA parser.