diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-03-29 17:21:49 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-03-29 17:21:49 -0700 |
commit | 1ea5f72544b974b6a700d65cfae0f380494c438a (patch) | |
tree | 8ee03916a7b7c934fab34e6f853d74c01c2017c3 /host/lib/usrp/dboard | |
parent | 8bfc4f541c083a60d27113897b0e7bacbc395717 (diff) | |
download | uhd-1ea5f72544b974b6a700d65cfae0f380494c438a.tar.gz uhd-1ea5f72544b974b6a700d65cfae0f380494c438a.tar.bz2 uhd-1ea5f72544b974b6a700d65cfae0f380494c438a.zip |
ubx: Changed member declaration to satisfy debug builds on Windows
Diffstat (limited to 'host/lib/usrp/dboard')
-rw-r--r-- | host/lib/usrp/dboard/db_ubx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/dboard/db_ubx.cpp b/host/lib/usrp/dboard/db_ubx.cpp index 0bf57cb70..2966cadf6 100644 --- a/host/lib/usrp/dboard/db_ubx.cpp +++ b/host/lib/usrp/dboard/db_ubx.cpp @@ -1135,6 +1135,7 @@ private: boost::mutex _mutex; ubx_cpld_reg_t _cpld_reg; uint32_t _prev_cpld_value; + std::map<ubx_gpio_field_id_t,ubx_gpio_field_info_t> _gpio_map; boost::shared_ptr<max287x_iface> _txlo1; boost::shared_ptr<max287x_iface> _txlo2; boost::shared_ptr<max287x_iface> _rxlo1; @@ -1159,7 +1160,6 @@ private: size_t _rev; double _prev_tx_freq; double _prev_rx_freq; - std::map<ubx_gpio_field_id_t,ubx_gpio_field_info_t> _gpio_map; ubx_gpio_reg_t _tx_gpio_reg; ubx_gpio_reg_t _rx_gpio_reg; int64_t _tx_sync_delay; |