diff options
-rw-r--r-- | host/lib/usrp/common/adf4001_ctrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/common/adf4001_ctrl.cpp b/host/lib/usrp/common/adf4001_ctrl.cpp index 138ca7f81..85a13455f 100644 --- a/host/lib/usrp/common/adf4001_ctrl.cpp +++ b/host/lib/usrp/common/adf4001_ctrl.cpp @@ -59,7 +59,7 @@ uint32_t adf4001_regs_t::get_reg(uint8_t addr) { reg |= (uint32_t(timer_counter_control) & 0x00000F) << 11; reg |= (uint32_t(charge_pump_current_1) & 0x000007) << 15; reg |= (uint32_t(charge_pump_current_2) & 0x000007) << 18; - reg |= (uint32_t(power_down) & 0x000002) << 21; + reg |= (uint32_t(power_down) & 0x000002) << 20; break; case 3: reg |= (uint32_t(counter_reset) & 0x000001) << 2; |