aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b200
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2015-04-06 16:35:50 -0700
committerMartin Braun <martin.braun@ettus.com>2015-04-06 16:35:50 -0700
commit38b740cde2dfde06185edb83d9caa64a56789914 (patch)
treef5073ba267ee22a36e915bdb40fba94845e15958 /host/lib/usrp/b200
parent949eebc0e456db83bb44da24197a038ea695b65b (diff)
parent93d909e7c8c4053a05cdc9cb69c886183b4a7f09 (diff)
downloaduhd-38b740cde2dfde06185edb83d9caa64a56789914.tar.gz
uhd-38b740cde2dfde06185edb83d9caa64a56789914.tar.bz2
uhd-38b740cde2dfde06185edb83d9caa64a56789914.zip
Merge branch 'maint'
Diffstat (limited to 'host/lib/usrp/b200')
-rw-r--r--host/lib/usrp/b200/b200_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/b200/b200_impl.cpp b/host/lib/usrp/b200/b200_impl.cpp
index e1b106208..afc21d031 100644
--- a/host/lib/usrp/b200/b200_impl.cpp
+++ b/host/lib/usrp/b200/b200_impl.cpp
@@ -67,7 +67,7 @@ public:
digital_interface_delays_t get_digital_interface_timing() {
digital_interface_delays_t delays;
delays.rx_clk_delay = 0;
- delays.rx_data_delay = 0xF;
+ delays.rx_data_delay = 0x6;
delays.tx_clk_delay = 0;
delays.tx_data_delay = 0xF;
return delays;