aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b200/b200_impl.cpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2015-09-03 16:04:37 -0700
committerMartin Braun <martin.braun@ettus.com>2015-09-08 09:24:15 -0700
commit1b56a201dd0dbd9018fc5dc4c1c09b483f3f6182 (patch)
treee4bbf754f8c90875fb4011eb1014840745fe52b9 /host/lib/usrp/b200/b200_impl.cpp
parent8e2188062bf620ab19b773430fbee550b69220f6 (diff)
downloaduhd-1b56a201dd0dbd9018fc5dc4c1c09b483f3f6182.tar.gz
uhd-1b56a201dd0dbd9018fc5dc4c1c09b483f3f6182.tar.bz2
uhd-1b56a201dd0dbd9018fc5dc4c1c09b483f3f6182.zip
b2xx: Removed DCM reset bit (obsolete)
Diffstat (limited to 'host/lib/usrp/b200/b200_impl.cpp')
-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 836693544..ffce08567 100644
--- a/host/lib/usrp/b200/b200_impl.cpp
+++ b/host/lib/usrp/b200/b200_impl.cpp
@@ -1132,7 +1132,7 @@ void b200_impl::update_gpio_state(void)
| (_gpio_state.rx_bandsel_a << 5)
| (_gpio_state.rx_bandsel_b << 4)
| (_gpio_state.rx_bandsel_c << 3)
- | (_gpio_state.codec_arst << 2) // OBSELETE. DCM removed from B2xx
+ // Bit 2 currently not used.
| (_gpio_state.mimo << 1)
| (_gpio_state.ref_sel << 0)
;