diff options
author | Josh Blum <josh@joshknows.com> | 2012-08-08 12:48:40 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-08-08 12:48:40 -0700 |
commit | 09de3c0768d2961ec3668882b4284e0db3b37eb8 (patch) | |
tree | c1e1ce1f476cf3ac5f36708987b188612168d858 /host/lib/usrp/dboard/db_sbx_common.cpp | |
parent | d18fc6f0f1fe934cd8684171d966561a36fb134c (diff) | |
download | uhd-09de3c0768d2961ec3668882b4284e0db3b37eb8.tar.gz uhd-09de3c0768d2961ec3668882b4284e0db3b37eb8.tar.bz2 uhd-09de3c0768d2961ec3668882b4284e0db3b37eb8.zip |
sbx/wbx: clear R/N counters before tuning the LO
This helps consistent phase offset between mixers when a timed tune is performed.
Diffstat (limited to 'host/lib/usrp/dboard/db_sbx_common.cpp')
-rw-r--r-- | host/lib/usrp/dboard/db_sbx_common.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/dboard/db_sbx_common.cpp b/host/lib/usrp/dboard/db_sbx_common.cpp index a51dee361..728cb17e9 100644 --- a/host/lib/usrp/dboard/db_sbx_common.cpp +++ b/host/lib/usrp/dboard/db_sbx_common.cpp @@ -16,7 +16,6 @@ // #include "db_sbx_common.hpp" -#include "adf4350_regs.hpp" using namespace uhd; using namespace uhd::usrp; |