summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-10-21 09:43:35 -0700
committerJosh Blum <josh@joshknows.com>2010-10-21 09:43:35 -0700
commite2f76bddae7845024056b479658651c6da2b0f4d (patch)
tree90143f1d175d20dfc09baae0cc36a874dc8562b0
parentc2ec8c143e569df115401fdf92483fab421ade2d (diff)
downloaduhd-e2f76bddae7845024056b479658651c6da2b0f4d.tar.gz
uhd-e2f76bddae7845024056b479658651c6da2b0f4d.tar.bz2
uhd-e2f76bddae7845024056b479658651c6da2b0f4d.zip
usrp: remove irrelevant copied comment from single usrp
-rw-r--r--host/include/uhd/usrp/single_usrp.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/host/include/uhd/usrp/single_usrp.hpp b/host/include/uhd/usrp/single_usrp.hpp
index a34f92cee..a068fbed8 100644
--- a/host/include/uhd/usrp/single_usrp.hpp
+++ b/host/include/uhd/usrp/single_usrp.hpp
@@ -123,7 +123,6 @@ public:
* Set the RX subdevice specification:
* The subdev spec maps a physical part of a daughter-board to a channel number.
* Set the subdev spec before calling into any methods with a channel number.
- * The subdev spec must be the same size across all motherboards.
* \param spec the new subdevice specification
*/
virtual void set_rx_subdev_spec(const uhd::usrp::subdev_spec_t &spec) = 0;
@@ -300,7 +299,6 @@ public:
* Set the TX subdevice specification:
* The subdev spec maps a physical part of a daughter-board to a channel number.
* Set the subdev spec before calling into any methods with a channel number.
- * The subdev spec must be the same size across all motherboards.
* \param spec the new subdevice specification
*/
virtual void set_tx_subdev_spec(const uhd::usrp::subdev_spec_t &spec) = 0;