diff options
author | Gregory Eslinger <gregjesl@gmail.com> | 2018-11-15 10:38:36 +0100 |
---|---|---|
committer | Brent Stapleton <bstapleton@g.hmc.edu> | 2018-11-20 09:15:02 -0800 |
commit | 2c42335d978874d4788f362ba10065c1cdf3584d (patch) | |
tree | 89affeda30c1f6eeb4b4ce6dd29f4140583340ca /host | |
parent | 4ecb817f2ca60e5db8491e38c68e7e0dc9ac5277 (diff) | |
download | uhd-2c42335d978874d4788f362ba10065c1cdf3584d.tar.gz uhd-2c42335d978874d4788f362ba10065c1cdf3584d.tar.bz2 uhd-2c42335d978874d4788f362ba10065c1cdf3584d.zip |
multi_usrp: Fixed get_tx_stream reference
Diffstat (limited to 'host')
-rw-r--r-- | host/include/uhd/usrp/multi_usrp.hpp | 2 |
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 cdab59da0..71b2a1161 100644 --- a/host/include/uhd/usrp/multi_usrp.hpp +++ b/host/include/uhd/usrp/multi_usrp.hpp @@ -144,7 +144,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; /*! |