diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-08-19 10:37:37 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-08-23 16:53:07 -0700 |
commit | b9a80a76aa6117ad1ed865accc77004db24d0e42 (patch) | |
tree | c79502246d1014009065b50d92f2b57bb85a5750 /host/lib/usrp/b200/b200_io_impl.cpp | |
parent | 70ec54a8d084bd1f96803e6b272f49478d414dd8 (diff) | |
download | uhd-b9a80a76aa6117ad1ed865accc77004db24d0e42.tar.gz uhd-b9a80a76aa6117ad1ed865accc77004db24d0e42.tar.bz2 uhd-b9a80a76aa6117ad1ed865accc77004db24d0e42.zip |
Revert "B200: Adding separate B200 radio control code"
This reverts commit 5d360ab43eca63e3f12f0e5abde5a3186b7f12dc.
Diffstat (limited to 'host/lib/usrp/b200/b200_io_impl.cpp')
-rw-r--r-- | host/lib/usrp/b200/b200_io_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/b200/b200_io_impl.cpp b/host/lib/usrp/b200/b200_io_impl.cpp index d186ec907..283091140 100644 --- a/host/lib/usrp/b200/b200_io_impl.cpp +++ b/host/lib/usrp/b200/b200_io_impl.cpp @@ -318,7 +318,7 @@ boost::optional<uhd::msg_task::msg_type_t> b200_impl::handle_async_task( case B200_RESP1_MSG_SID: case B200_LOCAL_RESP_SID: { - b200_radio_ctrl_core::sptr ctrl; + radio_ctrl_core_3000::sptr ctrl; if (sid == B200_RESP0_MSG_SID) ctrl = data->radio_ctrl[0].lock(); if (sid == B200_RESP1_MSG_SID) ctrl = data->radio_ctrl[1].lock(); if (sid == B200_LOCAL_RESP_SID) ctrl = data->local_ctrl.lock(); |