diff options
author | Josh Blum <josh@joshknows.com> | 2011-01-12 16:13:32 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-01-12 16:13:32 -0800 |
commit | 2b52aff10d68b66fce0004ff5a2a025288cee1c6 (patch) | |
tree | a7b06e0aab09c6697ebe62108407ed22fb784198 /host | |
parent | 2086f73d278d7632e3d4181b2442c9eb30d71785 (diff) | |
download | uhd-2b52aff10d68b66fce0004ff5a2a025288cee1c6.tar.gz uhd-2b52aff10d68b66fce0004ff5a2a025288cee1c6.tar.bz2 uhd-2b52aff10d68b66fce0004ff5a2a025288cee1c6.zip |
usrp2: clock_sync_delay_cycles adjustment for the image size
Diffstat (limited to 'host')
-rw-r--r-- | host/lib/usrp/usrp2/mboard_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/mboard_impl.cpp b/host/lib/usrp/usrp2/mboard_impl.cpp index 145353c1d..24e8ba06f 100644 --- a/host/lib/usrp/usrp2/mboard_impl.cpp +++ b/host/lib/usrp/usrp2/mboard_impl.cpp @@ -29,7 +29,7 @@ static const double mimo_clock_delay_usrp2_rev4 = 4.18e-9; static const double mimo_clock_delay_usrp_n2xx = 0; //TODO -static const int mimo_clock_sync_delay_cycles = 134; +static const int mimo_clock_sync_delay_cycles = 137; using namespace uhd; using namespace uhd::usrp; |