aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2016-03-29 17:58:58 -0700
committerMartin Braun <martin.braun@ettus.com>2016-03-29 17:58:58 -0700
commit0cf918a3d42743c0bb2586e308c1275dbeffbd74 (patch)
tree39aa83de5dfa5fcc2b55f121c886cf8fd34cda69 /host/lib/usrp
parentda00dad1c9497edd5762d6653c9db4dcef03a11c (diff)
parentacb0a2eaee94e467db2970cfdf868be3f06a8265 (diff)
downloaduhd-0cf918a3d42743c0bb2586e308c1275dbeffbd74.tar.gz
uhd-0cf918a3d42743c0bb2586e308c1275dbeffbd74.tar.bz2
uhd-0cf918a3d42743c0bb2586e308c1275dbeffbd74.zip
Merge branch 'maint'
Diffstat (limited to 'host/lib/usrp')
-rw-r--r--host/lib/usrp/dboard/db_ubx.cpp2
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 88c8d93c9..3334c2cd0 100644
--- a/host/lib/usrp/dboard/db_ubx.cpp
+++ b/host/lib/usrp/dboard/db_ubx.cpp
@@ -1168,6 +1168,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;
@@ -1192,7 +1193,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;