From fc03a9b18ca874cac546b7a414089d3649dce48d Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Tue, 3 Apr 2012 18:06:20 -0700 Subject: gr-uhd: corrected get_usrp_info description --- gr-uhd/include/gr_uhd_usrp_sink.h | 2 +- gr-uhd/include/gr_uhd_usrp_source.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gr-uhd/include/gr_uhd_usrp_sink.h b/gr-uhd/include/gr_uhd_usrp_sink.h index e44616a5a..169d58152 100644 --- a/gr-uhd/include/gr_uhd_usrp_sink.h +++ b/gr-uhd/include/gr_uhd_usrp_sink.h @@ -132,7 +132,7 @@ public: /*! * Returns identifying information about this USRP's configuration. - * Returns motherboard ID and serial. + * Returns motherboard ID, name, and serial. * Returns daughterboard TX/RX ID, subdev name, and serial. * \param mboard the motherboard index 0 to M-1 * \param chan channel index 0 to N-1 diff --git a/gr-uhd/include/gr_uhd_usrp_source.h b/gr-uhd/include/gr_uhd_usrp_source.h index fa91cb52b..20cc863d7 100644 --- a/gr-uhd/include/gr_uhd_usrp_source.h +++ b/gr-uhd/include/gr_uhd_usrp_source.h @@ -124,7 +124,7 @@ public: /*! * Returns identifying information about this USRP's configuration. - * Returns motherboard ID and serial. + * Returns motherboard ID, name, and serial. * Returns daughterboard TX/RX ID, subdev name, and serial. * \param mboard the motherboard index 0 to M-1 * \param chan channel index 0 to N-1 -- cgit