summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-10-18 10:45:20 -0700
committerJosh Blum <josh@joshknows.com>2012-10-18 10:45:20 -0700
commitd68e6bf3e8bfbd1d7c4c6efa3562b869b468d37d (patch)
treeccb9f04c17027bcc782c92ec657db29cb72d224c
parent82a2597a1e1855c4acc8aff55ef957b3da347080 (diff)
downloaduhd-d68e6bf3e8bfbd1d7c4c6efa3562b869b468d37d.tar.gz
uhd-d68e6bf3e8bfbd1d7c4c6efa3562b869b468d37d.tar.bz2
uhd-d68e6bf3e8bfbd1d7c4c6efa3562b869b468d37d.zip
docs: fix typo in sync example
-rw-r--r--host/docs/sync.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/sync.rst b/host/docs/sync.rst
index 5abd39f86..8622dc642 100644
--- a/host/docs/sync.rst
+++ b/host/docs/sync.rst
@@ -183,7 +183,7 @@ Code snippet example, tuning with timed commands:
usrp->set_rx_freq(1.03e9, 1/*ch1*/);
//end timed commands
- usrp->set_clear_time();
+ usrp->clear_command_time();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Align LOs in the front-end (others)