diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2012-04-04 17:13:55 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-04-04 17:14:26 -0700 |
commit | 10a38e232b61fa2efdf746b6b97304b98683812e (patch) | |
tree | abb1e53a5abbece4640f8299bcf65043b3777d98 /host/include | |
parent | cf959252c0813729ca4db68dc1467319b15dae0c (diff) | |
download | uhd-10a38e232b61fa2efdf746b6b97304b98683812e.tar.gz uhd-10a38e232b61fa2efdf746b6b97304b98683812e.tar.bz2 uhd-10a38e232b61fa2efdf746b6b97304b98683812e.zip |
lib: corrected multi_usrp docs
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/usrp/multi_usrp.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/include/uhd/usrp/multi_usrp.hpp b/host/include/uhd/usrp/multi_usrp.hpp index 3aeb16eed..429ae356b 100644 --- a/host/include/uhd/usrp/multi_usrp.hpp +++ b/host/include/uhd/usrp/multi_usrp.hpp @@ -132,7 +132,6 @@ public: * Returns identifying information about this USRP's configuration. * Returns motherboard ID, name, and serial. * Returns daughterboard RX ID, subdev name, and serial. - * \param mboard the motherboard index 0 to M-1 * \param chan channel index 0 to N-1 * \return RX info */ @@ -142,7 +141,6 @@ public: * Returns identifying information about this USRP's configuration. * Returns motherboard ID, name, and serial. * Returns daughterboard TX ID, subdev name, and serial. - * \param mboard the motherboard index 0 to M-1 * \param chan channel index 0 to N-1 * \return TX info */ |