diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2015-03-18 09:19:06 -0700 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2015-03-18 09:19:06 -0700 |
commit | 0634323a51a32ebc288383856af4cd150eae1aa8 (patch) | |
tree | b67b3a09818588f8c16b45fe0d35b12fbee7d35d /host/lib/usrp/b200/b200_impl.cpp | |
parent | 306b5243e12af0db493856ad8397abac9835db0c (diff) | |
parent | f9740c893bc4235aba347bc7fec867c7d9024b3f (diff) | |
download | uhd-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.cpp | 2 |
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) |