diff options
author | Nick Foster <nick@nerdnetworks.org> | 2010-10-12 14:46:41 -0700 |
---|---|---|
committer | Nick Foster <nick@nerdnetworks.org> | 2010-10-12 14:46:41 -0700 |
commit | 5982ec4ee2c6f9efca1c5068e42dc38b822df7dc (patch) | |
tree | 6b15ce5f837ea57cc5c9fdf79e45fdbd2f44d9de /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | 3df994e1c784d7037e869610f1417fe64e0e89a8 (diff) | |
download | uhd-5982ec4ee2c6f9efca1c5068e42dc38b822df7dc.tar.gz uhd-5982ec4ee2c6f9efca1c5068e42dc38b822df7dc.tar.bz2 uhd-5982ec4ee2c6f9efca1c5068e42dc38b822df7dc.zip |
USRP2P: This is surprisingly involved. Adding a consistent interface to deal with hardware revisions.
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index b81711e2b..1ebd90ca4 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -95,7 +95,6 @@ public: private: size_t _index; - int _rev_hi, _rev_lo; const size_t _recv_frame_size; //properties for this mboard |