summaryrefslogtreecommitdiff
path: root/usrp/host
diff options
context:
space:
mode:
Diffstat (limited to 'usrp/host')
-rw-r--r--usrp/host/lib/db_wbxng_adf4350_regs.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/host/lib/db_wbxng_adf4350_regs.cc b/usrp/host/lib/db_wbxng_adf4350_regs.cc
index aa13d50b9..997f6e1ff 100644
--- a/usrp/host/lib/db_wbxng_adf4350_regs.cc
+++ b/usrp/host/lib/db_wbxng_adf4350_regs.cc
@@ -82,7 +82,7 @@ adf4350_regs::_reg_shift(uint32_t data, uint32_t shift){
uint32_t
adf4350_regs::compute_register(uint8_t addr){
- uint32_t data;
+ uint32_t data = 0;
switch (addr){
case 0: data = (
_reg_shift(d_int, 15) |