summaryrefslogtreecommitdiff
path: root/gr-uhd
diff options
context:
space:
mode:
authorNicholas Corgan2012-04-03 18:06:20 -0700
committerNicholas Corgan2012-04-03 18:06:20 -0700
commitfc03a9b18ca874cac546b7a414089d3649dce48d (patch)
treea30518dfbb613c11bee4024597ac9796acf7fd7c /gr-uhd
parent20a083fe0f7990b8796e2e7816687d6c89bda981 (diff)
downloadgnuradio-fc03a9b18ca874cac546b7a414089d3649dce48d.tar.gz
gnuradio-fc03a9b18ca874cac546b7a414089d3649dce48d.tar.bz2
gnuradio-fc03a9b18ca874cac546b7a414089d3649dce48d.zip
gr-uhd: corrected get_usrp_info description
Diffstat (limited to 'gr-uhd')
-rw-r--r--gr-uhd/include/gr_uhd_usrp_sink.h2
-rw-r--r--gr-uhd/include/gr_uhd_usrp_source.h2
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