aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1/usrp1_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-02-09 19:02:43 -0800
committerJosh Blum <josh@joshknows.com>2012-02-09 19:02:43 -0800
commit8442ea5e2cfec89db6e58736a969da2842734631 (patch)
tree624301099581ea0794d88a61007bdf3418182d1d /host/lib/usrp/usrp1/usrp1_impl.cpp
parent115100034071b3b58de1fce7c795995f6ee615a1 (diff)
downloaduhd-8442ea5e2cfec89db6e58736a969da2842734631.tar.gz
uhd-8442ea5e2cfec89db6e58736a969da2842734631.tar.bz2
uhd-8442ea5e2cfec89db6e58736a969da2842734631.zip
b100/usrp1: various tweaks for compiler warns and valgrind
Diffstat (limited to 'host/lib/usrp/usrp1/usrp1_impl.cpp')
-rw-r--r--host/lib/usrp/usrp1/usrp1_impl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp1/usrp1_impl.cpp b/host/lib/usrp/usrp1/usrp1_impl.cpp
index ef8ae950d..430ea59c8 100644
--- a/host/lib/usrp/usrp1/usrp1_impl.cpp
+++ b/host/lib/usrp/usrp1/usrp1_impl.cpp
@@ -210,6 +210,7 @@ usrp1_impl::usrp1_impl(const device_addr_t &device_addr){
////////////////////////////////////////////////////////////////////
// Initialize the properties tree
////////////////////////////////////////////////////////////////////
+ _rx_dc_offset_shadow = 0;
_tree = property_tree::make();
_tree->create<std::string>("/name").set("USRP1 Device");
const fs_path mb_path = "/mboards/0";