From 295a656814e258af4c1be9048953bfb3c6b0da71 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 16 Jun 2011 10:52:21 -0700 Subject: usrp: use dboard name A or single slot boards --- host/docs/usrp2.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/docs/usrp2.rst') 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"); -- cgit v1.2.3