diff options
author | Josh Blum <josh@joshknows.com> | 2010-07-12 18:15:38 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-07-12 18:15:38 +0000 |
commit | 9ee1b33bbc170b2e76fbb5b9a075d6b6c7315a7e (patch) | |
tree | 37188194053ca00dc69349e607cf77831939ab6e /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | 3a3aefd68f054e3fccff31173be2a878841b29aa (diff) | |
parent | 8a81fe1a4cd39439d76d17ef65ba1cc696c3ca6d (diff) | |
download | uhd-9ee1b33bbc170b2e76fbb5b9a075d6b6c7315a7e.tar.gz uhd-9ee1b33bbc170b2e76fbb5b9a075d6b6c7315a7e.tar.bz2 uhd-9ee1b33bbc170b2e76fbb5b9a075d6b6c7315a7e.zip |
Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index 186516447..ab23830c0 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -137,6 +137,7 @@ public: private: size_t _index; + int _rev_hi, _rev_lo; const usrp2_io_helper &_io_helper; //properties for this mboard |