diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-04-24 15:55:25 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-04-24 15:55:25 -0700 |
commit | 04256ee8c38478a48d5969dc63faff10361962f5 (patch) | |
tree | f1e4ac01be5a6ddde9e411f7590a8396edb37e0f /host/lib/usrp/b200/b200_impl.hpp | |
parent | 908b5429917ef8f3f5363f5ffc4710e0258914e6 (diff) | |
parent | d74af0b4d17d66f9bb94638a06a25195f6dc885a (diff) | |
download | uhd-04256ee8c38478a48d5969dc63faff10361962f5.tar.gz uhd-04256ee8c38478a48d5969dc63faff10361962f5.tar.bz2 uhd-04256ee8c38478a48d5969dc63faff10361962f5.zip |
Merge branch 'maint'
Diffstat (limited to 'host/lib/usrp/b200/b200_impl.hpp')
-rw-r--r-- | host/lib/usrp/b200/b200_impl.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/b200/b200_impl.hpp b/host/lib/usrp/b200/b200_impl.hpp index 3628745a1..4dd45baee 100644 --- a/host/lib/usrp/b200/b200_impl.hpp +++ b/host/lib/usrp/b200/b200_impl.hpp @@ -184,7 +184,7 @@ private: void handle_overflow(const size_t radio_index); struct gpio_state { - boost::uint32_t tx_bandsel_a, tx_bandsel_b, rx_bandsel_a, rx_bandsel_b, rx_bandsel_c, codec_arst, mimo, ref_sel, atr_sel; + boost::uint32_t tx_bandsel_a, tx_bandsel_b, rx_bandsel_a, rx_bandsel_b, rx_bandsel_c, codec_arst, mimo, ref_sel, swap_atr; gpio_state() { tx_bandsel_a = 0; @@ -195,7 +195,7 @@ private: codec_arst = 0; mimo = 0; ref_sel = 0; - atr_sel = 0; + swap_atr = 0; } } _gpio_state; |