aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b200/b200_impl.cpp
diff options
context:
space:
mode:
authorAshish Chaudhari <ashish@ettus.com>2015-03-18 09:19:06 -0700
committerAshish Chaudhari <ashish@ettus.com>2015-03-18 09:19:06 -0700
commit0634323a51a32ebc288383856af4cd150eae1aa8 (patch)
treeb67b3a09818588f8c16b45fe0d35b12fbee7d35d /host/lib/usrp/b200/b200_impl.cpp
parent306b5243e12af0db493856ad8397abac9835db0c (diff)
parentf9740c893bc4235aba347bc7fec867c7d9024b3f (diff)
downloaduhd-0634323a51a32ebc288383856af4cd150eae1aa8.tar.gz
uhd-0634323a51a32ebc288383856af4cd150eae1aa8.tar.bz2
uhd-0634323a51a32ebc288383856af4cd150eae1aa8.zip
Merge branch 'maint'
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 647c64695..e0a5e2c2b 100644
--- a/host/lib/usrp/b200/b200_impl.cpp
+++ b/host/lib/usrp/b200/b200_impl.cpp
@@ -1025,7 +1025,7 @@ void b200_impl::update_gpio_state(void)
| (_gpio_state.ref_sel << 0)
;
- _local_ctrl->poke32(TOREG(RB32_CORE_MISC), misc_word);
+ _local_ctrl->poke32(TOREG(SR_CORE_MISC), misc_word);
}
void b200_impl::reset_codec_dcm(void)