aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_iface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_iface.hpp')
-rw-r--r--host/lib/usrp/usrp2/usrp2_iface.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_iface.hpp b/host/lib/usrp/usrp2/usrp2_iface.hpp
index 833016b7c..9d7642bc1 100644
--- a/host/lib/usrp/usrp2/usrp2_iface.hpp
+++ b/host/lib/usrp/usrp2/usrp2_iface.hpp
@@ -45,10 +45,10 @@ public:
static sptr make(uhd::transport::udp_simple::sptr ctrl_transport);
//! poke a register in the virtual fw table
- virtual void pokefw(wb_addr_type addr, boost::uint32_t data) = 0;
+ virtual void pokefw(wb_addr_type addr, uint32_t data) = 0;
//! peek a register in the virtual fw table
- virtual boost::uint32_t peekfw(wb_addr_type addr) = 0;
+ virtual uint32_t peekfw(wb_addr_type addr) = 0;
//! The list of possible revision types
enum rev_type {