diff options
author | Josh Blum <josh@joshknows.com> | 2010-07-12 11:14:38 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-07-12 11:14:38 -0700 |
commit | 8a81fe1a4cd39439d76d17ef65ba1cc696c3ca6d (patch) | |
tree | b32bc7d5b1e4ebbbb74acaf044e603d5b32e6e3d /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | 5e7af879c890c1168ba957ca9158428eeb387c94 (diff) | |
download | uhd-8a81fe1a4cd39439d76d17ef65ba1cc696c3ca6d.tar.gz uhd-8a81fe1a4cd39439d76d17ef65ba1cc696c3ca6d.tar.bz2 uhd-8a81fe1a4cd39439d76d17ef65ba1cc696c3ca6d.zip |
uhd: setup metadata for fragment case (not in general case)
usrp2: print rev number in mboard name
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 |