diff options
author | Josh Blum <josh@joshknows.com> | 2013-07-25 04:23:02 -0400 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2013-07-25 04:23:02 -0400 |
commit | d3ce83e1042267cf5c3802005232e77ad1613f69 (patch) | |
tree | 1d18059586d40714470cec31171ffbc19a93cc8d /host/docs | |
parent | 0aeac60394420de1952ebc230a6fa2f8593df80a (diff) | |
download | uhd-d3ce83e1042267cf5c3802005232e77ad1613f69.tar.gz uhd-d3ce83e1042267cf5c3802005232e77ad1613f69.tar.bz2 uhd-d3ce83e1042267cf5c3802005232e77ad1613f69.zip |
usrp2: update mimo cable docs for current api
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/usrp2.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/host/docs/usrp2.rst b/host/docs/usrp2.rst index 5f1e51ea9..8ef31af1a 100644 --- a/host/docs/usrp2.rst +++ b/host/docs/usrp2.rst @@ -337,10 +337,8 @@ In order for the slave to synchronize to the master over MIMO cable, the following clock configuration must be set on the slave device: :: - uhd::clock_config_t clock_config; - clock_config.ref_source = uhd::clock_config_t::REF_MIMO; - clock_config.pps_source = uhd::clock_config_t::PPS_MIMO; - usrp->set_clock_config(clock_config, slave_index); + usrp->set_time_source("mimo", slave_index); + usrp->set_clock_source("mimo", slave_index); ------------------------------------------------------------------------ |