diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-03-13 14:31:52 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-03-13 14:31:52 -0700 |
commit | f97a3c6b3c1d3d50f088ccd8de03a945da6c9328 (patch) | |
tree | 835d32451d0ce993b73ce4e8ef4de489ebe74c82 /host/lib | |
parent | 236cf6a34cd9bae6c6863e719d592052c8dd95d3 (diff) | |
download | uhd-f97a3c6b3c1d3d50f088ccd8de03a945da6c9328.tar.gz uhd-f97a3c6b3c1d3d50f088ccd8de03a945da6c9328.tar.bz2 uhd-f97a3c6b3c1d3d50f088ccd8de03a945da6c9328.zip |
b200: Fixed var name typo
Diffstat (limited to 'host/lib')
-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 304a3fc48..d53325c61 100644 --- a/host/lib/usrp/b200/b200_impl.cpp +++ b/host/lib/usrp/b200/b200_impl.cpp @@ -910,7 +910,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) |