diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-14 15:32:11 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-14 15:32:11 -0700 |
commit | be74968870fcf7288c0ccab9dc27231140cfa665 (patch) | |
tree | dcc2fd0f61ca74a5417697d0ab4c4a798f3b03ed /host/lib/usrp/usrp1/usrp1_iface.hpp | |
parent | 9abe8aed3170390c8ab7b855d1d4d322129a7b34 (diff) | |
download | uhd-be74968870fcf7288c0ccab9dc27231140cfa665.tar.gz uhd-be74968870fcf7288c0ccab9dc27231140cfa665.tar.bz2 uhd-be74968870fcf7288c0ccab9dc27231140cfa665.zip |
usrp1: moved fx2 control into its own directory
Diffstat (limited to 'host/lib/usrp/usrp1/usrp1_iface.hpp')
-rw-r--r-- | host/lib/usrp/usrp1/usrp1_iface.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp1/usrp1_iface.hpp b/host/lib/usrp/usrp1/usrp1_iface.hpp index 2ebcdbacc..c374149fa 100644 --- a/host/lib/usrp/usrp1/usrp1_iface.hpp +++ b/host/lib/usrp/usrp1/usrp1_iface.hpp @@ -21,7 +21,7 @@ #include <uhd/usrp/mboard_iface.hpp> #include <boost/shared_ptr.hpp> #include <boost/utility.hpp> -#include "usrp1_ctrl.hpp" +#include "fx2_ctrl.hpp" /*! * The usrp1 interface class: @@ -40,7 +40,7 @@ public: * \param ctrl_transport the usrp controller object * \return a new usrp1 interface object */ - static sptr make(usrp_ctrl::sptr ctrl_transport); + static sptr make(uhd::usrp::fx2_ctrl::sptr ctrl_transport); /*! * Perform a general USB firmware OUT operation |