diff options
author | Martin Braun <martin.braun@ettus.com> | 2020-03-25 15:56:34 -0700 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-03-26 07:47:19 -0500 |
commit | 7ef3e5c016afa72746ffc943fe870b98d05beb46 (patch) | |
tree | 642f43c41a2e67ca1855a4e279b17d13184fc06e /host/lib | |
parent | f13615ec140aec508501d21a21190782318c360a (diff) | |
download | uhd-7ef3e5c016afa72746ffc943fe870b98d05beb46.tar.gz uhd-7ef3e5c016afa72746ffc943fe870b98d05beb46.tar.bz2 uhd-7ef3e5c016afa72746ffc943fe870b98d05beb46.zip |
fixup! x300: lf/basic antenna API implementation
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/usrp/x300/x300_radio_control.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/x300/x300_radio_control.cpp b/host/lib/usrp/x300/x300_radio_control.cpp index 02a46f0e0..c4cea2f8e 100644 --- a/host/lib/usrp/x300/x300_radio_control.cpp +++ b/host/lib/usrp/x300/x300_radio_control.cpp @@ -1911,8 +1911,8 @@ private: tx_frontend_core_200::sptr core; }; - bool _basic_lf_rx; - bool _basic_lf_tx; + bool _basic_lf_rx = false; + bool _basic_lf_tx = false; std::unordered_map<size_t, rx_fe_perif> _rx_fe_map; std::unordered_map<size_t, tx_fe_perif> _tx_fe_map; |