diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2014-04-11 07:49:01 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2014-04-11 07:49:01 -0700 |
commit | 5268e0794b82fa4da095f2de9bf233e01e92ab1c (patch) | |
tree | c9bb58263b15ce5fb263f9fe0201fcfdbad80428 /host/docs/gpsdo.dox | |
parent | 7073fde3f645093933b5aef9ecfdbc0d74668fbd (diff) | |
download | uhd-5268e0794b82fa4da095f2de9bf233e01e92ab1c.tar.gz uhd-5268e0794b82fa4da095f2de9bf233e01e92ab1c.tar.bz2 uhd-5268e0794b82fa4da095f2de9bf233e01e92ab1c.zip |
Brought over usrp_burn_mb_eeprom documentation changes from master
Diffstat (limited to 'host/docs/gpsdo.dox')
-rw-r--r-- | host/docs/gpsdo.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/docs/gpsdo.dox b/host/docs/gpsdo.dox index a67004acc..397bde297 100644 --- a/host/docs/gpsdo.dox +++ b/host/docs/gpsdo.dox @@ -45,10 +45,10 @@ To configure the USRP to communicate with the GPSDO, use the `usrp_burn_mb_eeprom` utility: cd <install-path>/lib/uhd/utils - ./usrp_burn_mb_eeprom --args=<optional device args> --key=gpsdo --val=internal + ./usrp_burn_mb_eeprom --args=<optional device args> --values="gpsdo=internal" -- restore original setting -- - ./usrp_burn_mb_eeprom --args=<optional device args> --key=gpsdo --val=none + ./usrp_burn_mb_eeprom --args=<optional device args> --values="gpsdo=internal" \section gpsdo_use Using the GPSDO in Your Application |