diff options
author | Josh Blum <josh@joshknows.com> | 2011-01-05 18:28:09 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-01-05 18:28:09 -0800 |
commit | 94ce8759ca0093e39e9c9db0e4ca4e6f55c098a2 (patch) | |
tree | 8063d3df2909fa0ed65edf1ca813d47e437018a4 /host/include | |
parent | 3db629e5a579bd50f317eadb7895fa2ce088812e (diff) | |
download | uhd-94ce8759ca0093e39e9c9db0e4ca4e6f55c098a2.tar.gz uhd-94ce8759ca0093e39e9c9db0e4ca4e6f55c098a2.tar.bz2 uhd-94ce8759ca0093e39e9c9db0e4ca4e6f55c098a2.zip |
usrp: fix multi_usrp address documentation
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/usrp/multi_usrp.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/include/uhd/usrp/multi_usrp.hpp b/host/include/uhd/usrp/multi_usrp.hpp index ce99d713e..80772742d 100644 --- a/host/include/uhd/usrp/multi_usrp.hpp +++ b/host/include/uhd/usrp/multi_usrp.hpp @@ -51,7 +51,8 @@ namespace uhd{ namespace usrp{ * * //create a multi_usrp with two boards in the configuration * device_addr_t dev_addr; - * dev_addr["addr"] = "192.168.10.2 192.168.10.3"; + * dev_addr["addr0"] = "192.168.10.2" + * dev_addr["addr1"] = "192.168.10.3"; * multi_usrp::sptr dev = multi_usrp::make(dev_addr); * * //set the board on 10.2 to use the A RX subdevice (RX channel 0) |