aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/gpsdo.dox
diff options
context:
space:
mode:
Diffstat (limited to 'host/docs/gpsdo.dox')
-rw-r--r--host/docs/gpsdo.dox4
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