diff options
author | Josh Blum <josh@joshknows.com> | 2010-03-22 13:12:03 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-03-22 13:12:03 +0000 |
commit | a31761cb0c37b61f7243836d6dd8c40cbf49efc0 (patch) | |
tree | a316d9c025fe06bf372c7c5699577ba2985bc8ae /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | 6ba5135c96d81d23eafa4f0740ebbf113d8c798f (diff) | |
download | uhd-a31761cb0c37b61f7243836d6dd8c40cbf49efc0.tar.gz uhd-a31761cb0c37b61f7243836d6dd8c40cbf49efc0.tar.bz2 uhd-a31761cb0c37b61f7243836d6dd8c40cbf49efc0.zip |
filled in more skeleton code, filled in dboard interface spi and i2c with ioctls, added file descriptor opening, and checking for usrp1 kernel header
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index 70420fd49..55ac0b192 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -86,8 +86,6 @@ private: */ class usrp2_impl : public uhd::device{ public: - typedef boost::shared_ptr<usrp2_impl> sptr; - /*! * Create a new usrp2 impl base. * \param ctrl_transport the udp transport for control |