diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-04-30 12:41:29 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-04-30 12:41:29 -0700 |
commit | c6d0daaf034f3c1f20b8a0e6cd5c2555879760e2 (patch) | |
tree | 4eafe1986aeb28a495a7ad52d1c2a303fbfa2bd6 /host/lib/usrp/b200 | |
parent | 121fbf3795332fb86ac24a4174e707a26265e982 (diff) | |
parent | 7af2e970379fb8f58c8afbc99b1498e42698c0a5 (diff) | |
download | uhd-c6d0daaf034f3c1f20b8a0e6cd5c2555879760e2.tar.gz uhd-c6d0daaf034f3c1f20b8a0e6cd5c2555879760e2.tar.bz2 uhd-c6d0daaf034f3c1f20b8a0e6cd5c2555879760e2.zip |
Merge branch 'maint'
Conflicts:
fpga-src
host/CMakeLists.txt
Diffstat (limited to 'host/lib/usrp/b200')
-rw-r--r-- | host/lib/usrp/b200/b200_impl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/b200/b200_impl.cpp b/host/lib/usrp/b200/b200_impl.cpp index de61db610..2b423afa5 100644 --- a/host/lib/usrp/b200/b200_impl.cpp +++ b/host/lib/usrp/b200/b200_impl.cpp @@ -208,8 +208,8 @@ UHD_STATIC_BLOCK(register_b200_device) * Structors **********************************************************************/ b200_impl::b200_impl(const device_addr_t &device_addr) : - _tick_rate(0.0), // Forces a clock initialization at startup - _revision(0) + _revision(0), + _tick_rate(0.0) // Forces a clock initialization at startup { _tree = property_tree::make(); _type = device::USRP; |