diff options
author | Ben Hilburn <ben.hilburn@ettus.com> | 2013-12-19 16:13:41 -0800 |
---|---|---|
committer | Ben Hilburn <ben.hilburn@ettus.com> | 2013-12-19 16:13:41 -0800 |
commit | 6f26689e35fa17d1befc9124bf12e93aee774670 (patch) | |
tree | dfab3ccb0378117eb1766b30b593964ac8a6bd15 /host/include | |
parent | 92b0b7ab6b8fcc795612054a07064351aa969e3a (diff) | |
download | uhd-6f26689e35fa17d1befc9124bf12e93aee774670.tar.gz uhd-6f26689e35fa17d1befc9124bf12e93aee774670.tar.bz2 uhd-6f26689e35fa17d1befc9124bf12e93aee774670.zip |
cleaning up gpsdo docs
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/usrp/gps_ctrl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/usrp/gps_ctrl.hpp b/host/include/uhd/usrp/gps_ctrl.hpp index 0c1389d48..abe5c37ba 100644 --- a/host/include/uhd/usrp/gps_ctrl.hpp +++ b/host/include/uhd/usrp/gps_ctrl.hpp @@ -32,7 +32,7 @@ public: typedef boost::shared_ptr<gps_ctrl> sptr; /*! - * Make a GPS config for Jackson Labs or generic NMEA GPS devices + * Make a GPS config for NMEA GPS devices */ static sptr make(uart_iface::sptr uart); |