From fa6d1380918e655a66cd209d7be3b0b31c61e907 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 5 Oct 2011 17:39:21 -0700 Subject: uhd: device_deprecated.ipp typo fix --- host/include/uhd/device_deprecated.ipp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/include/uhd/device_deprecated.ipp b/host/include/uhd/device_deprecated.ipp index ad84a1a6b..7afaaca2d 100644 --- a/host/include/uhd/device_deprecated.ipp +++ b/host/include/uhd/device_deprecated.ipp @@ -136,7 +136,7 @@ size_t recv( _recv_tid = io_type.tid; _rx_streamer.reset(); //cleanup possible old one streamer_args args; - args.cpu_format = (_send_tid == io_type_t::COMPLEX_FLOAT32)? "fc32" : "sc16"; + args.cpu_format = (_recv_tid == io_type_t::COMPLEX_FLOAT32)? "fc32" : "sc16"; args.otw_format = "sc16"; for (size_t ch = 0; ch < buffs.size(); ch++) args.channels.push_back(ch); //linear mapping -- cgit v1.2.3