diff options
-rw-r--r-- | host/lib/usrp/common/adf5355.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/common/adf5355.cpp b/host/lib/usrp/common/adf5355.cpp index 5162698a3..bb0906724 100644 --- a/host/lib/usrp/common/adf5355.cpp +++ b/host/lib/usrp/common/adf5355.cpp @@ -314,8 +314,8 @@ public: _regs.prescaler = adf5355_regs_t::PRESCALER_4_5; } - /* ADI: Tests have shown that the optimal bleed set is the following: - * 4/N < IBLEED/ICP < 10/N */ + // ADI: Tests have shown that the optimal bleed set is the following: + // 4/N < IBLEED/ICP < 10/N */ /* boost::uint32_t cp_curr_ua = (static_cast<boost::uint32_t>(_regs.charge_pump_current) + 1) * 315; |