diff options
-rw-r--r-- | host/lib/usrp/common/ad9361_ctrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/common/ad9361_ctrl.cpp b/host/lib/usrp/common/ad9361_ctrl.cpp index be97efb19..dea18ff06 100644 --- a/host/lib/usrp/common/ad9361_ctrl.cpp +++ b/host/lib/usrp/common/ad9361_ctrl.cpp @@ -150,7 +150,7 @@ private: if (sub == "RX") { return ad9361_device_t::RX; } else if (sub == "TX") { - return ad9361_device_t::RX; + return ad9361_device_t::TX; } else { throw uhd::runtime_error("ad9361_ctrl got an invalid channel string."); } |