diff options
| -rw-r--r-- | host/include/uhd/usrp/multi_usrp.hpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/host/include/uhd/usrp/multi_usrp.hpp b/host/include/uhd/usrp/multi_usrp.hpp index 429ae356b..3095eea89 100644 --- a/host/include/uhd/usrp/multi_usrp.hpp +++ b/host/include/uhd/usrp/multi_usrp.hpp @@ -131,7 +131,7 @@ public:      /*!       * Returns identifying information about this USRP's configuration.       * Returns motherboard ID, name, and serial. -     * Returns daughterboard RX ID, subdev name, and serial. +     * Returns daughterboard RX ID, subdev name and spec, serial, and antenna.       * \param chan channel index 0 to N-1       * \return RX info       */ @@ -140,7 +140,7 @@ public:      /*!       * Returns identifying information about this USRP's configuration.       * Returns motherboard ID, name, and serial. -     * Returns daughterboard TX ID, subdev name, and serial. +     * Returns daughterboard TX ID, subdev name and spec, serial, and antenna.       * \param chan channel index 0 to N-1       * \return TX info       */ | 
