aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_impl.hpp
diff options
context:
space:
mode:
authormichael-west <michael.west@ettus.com>2014-03-17 23:05:59 -0700
committermichael-west <michael.west@ettus.com>2014-03-17 23:05:59 -0700
commitc2d6f9c39adf792c043bc4f7df6ce504175b6d93 (patch)
tree7c496e55b4c22c6c83afe501001de67b9e98abbe /host/lib/usrp/x300/x300_impl.hpp
parentcbd800a252400bd0372e00974a02ed9d85e9d821 (diff)
downloaduhd-c2d6f9c39adf792c043bc4f7df6ce504175b6d93.tar.gz
uhd-c2d6f9c39adf792c043bc4f7df6ce504175b6d93.tar.bz2
uhd-c2d6f9c39adf792c043bc4f7df6ce504175b6d93.zip
Modified reference clock lock check to only be performed on Rev E or later.
Diffstat (limited to 'host/lib/usrp/x300/x300_impl.hpp')
-rw-r--r--host/lib/usrp/x300/x300_impl.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/x300/x300_impl.hpp b/host/lib/usrp/x300/x300_impl.hpp
index 8f4ae8264..259ea253d 100644
--- a/host/lib/usrp/x300/x300_impl.hpp
+++ b/host/lib/usrp/x300/x300_impl.hpp
@@ -213,6 +213,8 @@ private:
//which FPGA image is loaded
std::string loaded_fpga_image;
+
+ size_t hw_rev;
};
std::vector<mboard_members_t> _mb;