summaryrefslogtreecommitdiffstats
path: root/host/docs
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-06-16 10:52:21 -0700
committerJosh Blum <josh@joshknows.com>2011-06-16 10:52:21 -0700
commit295a656814e258af4c1be9048953bfb3c6b0da71 (patch)
tree352a92b9deebd1307ddd4974e22152c5f2d4d58a /host/docs
parent615af6ca98c259460517c71647235b102978b5a1 (diff)
downloaduhd-295a656814e258af4c1be9048953bfb3c6b0da71.tar.gz
uhd-295a656814e258af4c1be9048953bfb3c6b0da71.tar.bz2
uhd-295a656814e258af4c1be9048953bfb3c6b0da71.zip
usrp: use dboard name A or single slot boards
Diffstat (limited to 'host/docs')
-rw-r--r--host/docs/usrp2.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/docs/usrp2.rst b/host/docs/usrp2.rst
index 88b217f1b..189f937de 100644
--- a/host/docs/usrp2.rst
+++ b/host/docs/usrp2.rst
@@ -406,11 +406,11 @@ In the single channel case, only one chain is ever used.
To receive from both channels,
the user must set the RX subdevice specification.
This hardware has only one daughterboard slot,
-which has been aptly named slot "0".
+which has been aptly named slot "A".
In the following example, a TVRX2 is installed.
Channel 0 is sourced from subdevice RX1,
channel 1 is sourced from subdevice RX2:
::
- usrp->set_rx_subdev_spec("0:RX1 0:RX2");
+ usrp->set_rx_subdev_spec("A:RX1 A:RX2");