aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/n230/n230_cores.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp/n230/n230_cores.hpp')
-rw-r--r--host/lib/usrp/n230/n230_cores.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/n230/n230_cores.hpp b/host/lib/usrp/n230/n230_cores.hpp
index 3f56c1889..db92658f1 100644
--- a/host/lib/usrp/n230/n230_cores.hpp
+++ b/host/lib/usrp/n230/n230_cores.hpp
@@ -35,10 +35,10 @@ public:
n230_core_spi_core(uhd::wb_iface::sptr iface, perif_t default_perif);
- virtual boost::uint32_t transact_spi(
+ virtual uint32_t transact_spi(
int which_slave,
const spi_config_t &config,
- boost::uint32_t data,
+ uint32_t data,
size_t num_bits,
bool readback);