From 799446ba9b7517a9703ba05021eb8825ebe1ee61 Mon Sep 17 00:00:00 2001 From: Paul David Date: Mon, 26 Sep 2016 16:49:18 -0700 Subject: B2xx: fixed a typo when checking arguments on a streamer --- host/lib/usrp/b200/b200_io_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') diff --git a/host/lib/usrp/b200/b200_io_impl.cpp b/host/lib/usrp/b200/b200_io_impl.cpp index 283091140..d1468332e 100644 --- a/host/lib/usrp/b200/b200_io_impl.cpp +++ b/host/lib/usrp/b200/b200_io_impl.cpp @@ -501,7 +501,7 @@ tx_streamer::sptr b200_impl::get_tx_stream(const uhd::stream_args_t &args_) if (_tree->access("/mboards/0/auto_tick_rate").get()) { set_auto_tick_rate(0, "", args.channels.size()); } - check_streamer_args(args, this->get_tick_rate(), "RX"); + check_streamer_args(args, this->get_tick_rate(), "TX"); boost::shared_ptr my_streamer; for (size_t stream_i = 0; stream_i < args.channels.size(); stream_i++) -- cgit v1.2.3