summaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorJason Abele <jason@ettus.com>2011-03-03 14:01:05 -0800
committerJason Abele <jason@ettus.com>2011-03-03 14:01:05 -0800
commit01ab237b0fcb22e5098bdda139ca76fe7e5d21cb (patch)
treee53cbc135749321d6bbc84f3d2482c741e2f589e /host
parent456b90793b73d4a1113908823e12d8a16211504a (diff)
downloaduhd-01ab237b0fcb22e5098bdda139ca76fe7e5d21cb.tar.gz
uhd-01ab237b0fcb22e5098bdda139ca76fe7e5d21cb.tar.bz2
uhd-01ab237b0fcb22e5098bdda139ca76fe7e5d21cb.zip
Update USRP1 External Clocking docs for set_master_clock()
Diffstat (limited to 'host')
-rw-r--r--host/docs/usrp1.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/host/docs/usrp1.rst b/host/docs/usrp1.rst
index 984f89ae9..f77a26e0a 100644
--- a/host/docs/usrp1.rst
+++ b/host/docs/usrp1.rst
@@ -136,9 +136,6 @@ The USRP can be modified to accept an external clock reference instead of the 64
The new external clock needs to be a square wave between +7dBm and +15dBm
-To configure UHD for the new reference clock, modify host/lib/usrp/usrp1/clock_ctrl.cpp:
-
-::
-
- static const double master_clock_rate = <YOUR_NEW_REFERENCE_FREQUENCY>;
+For the correct clock settings, call usrp->set_master_clock_rate(EXT_CLOCK_FREQUENCY)
+before any other parameters are set in your application.