From 95aa5da3baf236cf5f2ead03d55710e8699a87b2 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 4 Nov 2014 15:17:43 +0100 Subject: x300: Fixed typo in io_impl --- host/lib/usrp/x300/x300_io_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp') diff --git a/host/lib/usrp/x300/x300_io_impl.cpp b/host/lib/usrp/x300/x300_io_impl.cpp index 500a24f7f..c5b8f49e3 100644 --- a/host/lib/usrp/x300/x300_io_impl.cpp +++ b/host/lib/usrp/x300/x300_io_impl.cpp @@ -532,7 +532,7 @@ tx_streamer::sptr x300_impl::get_tx_stream(const uhd::stream_args_t &args_) //setup defaults for unspecified values if (not args.otw_format.empty() and args.otw_format != "sc16") { - throw uhd::value_error("x300_impl::get_rx_stream only supports otw_format sc16"); + throw uhd::value_error("x300_impl::get_tx_stream only supports otw_format sc16"); } args.otw_format = "sc16"; args.channels = args.channels.empty()? std::vector(1, 0) : args.channels; -- cgit v1.2.3