diff options
-rw-r--r-- | gr-uhd/include/gr_uhd_usrp_sink.h | 2 | ||||
-rw-r--r-- | 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 |