aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Eslinger <gregjesl@gmail.com>2018-11-15 10:38:36 +0100
committermichael-west <michael.west@ettus.com>2018-12-17 13:38:02 -0800
commitbc1db92450b8200697f8e75f4a50db242fe26619 (patch)
treea470f66c635a26507dcda42838ac49d5a00b61d8
parentuhd: fix rx antenna not being applied in txrx example (diff)
downloaduhd-bc1db92450b8200697f8e75f4a50db242fe26619.tar.xz
uhd-bc1db92450b8200697f8e75f4a50db242fe26619.zip
multi_usrp: Fixed get_tx_stream reference
-rw-r--r--host/include/uhd/usrp/multi_usrp.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/usrp/multi_usrp.hpp b/host/include/uhd/usrp/multi_usrp.hpp
index 07878aed8..4432b60d9 100644
--- a/host/include/uhd/usrp/multi_usrp.hpp
+++ b/host/include/uhd/usrp/multi_usrp.hpp
@@ -142,7 +142,7 @@ public:
//! Convenience method to get a RX streamer. See also uhd::device::get_rx_stream().
virtual rx_streamer::sptr get_rx_stream(const stream_args_t &args) = 0;
- //! Convenience method to get a TX streamer. See also uhd::device::get_rx_stream().
+ //! Convenience method to get a TX streamer. See also uhd::device::get_tx_stream().
virtual tx_streamer::sptr get_tx_stream(const stream_args_t &args) = 0;
/*!