From 19fe9ddc4881d0d1f07be9f2d6b5b39dc834bdfc Mon Sep 17 00:00:00 2001 From: Moritz Fischer Date: Mon, 1 Aug 2016 16:29:20 -0700 Subject: common: adf5355: 'Fix' compiler warning GCC6 doesn't like nested /* /* */ */ comments (rightly so), and complains. Signed-off-by: Moritz Fischer --- host/lib/usrp/common/adf5355.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host') 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(_regs.charge_pump_current) + 1) * 315; -- cgit v1.2.3