aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/n230/n230_cores.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp/n230/n230_cores.cpp')
-rw-r--r--host/lib/usrp/n230/n230_cores.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/n230/n230_cores.cpp b/host/lib/usrp/n230/n230_cores.cpp
index 58c702ec1..26e69e14d 100644
--- a/host/lib/usrp/n230/n230_cores.cpp
+++ b/host/lib/usrp/n230/n230_cores.cpp
@@ -33,10 +33,10 @@ n230_core_spi_core::n230_core_spi_core(
change_perif(default_perif);
}
-boost::uint32_t n230_core_spi_core::transact_spi(
+uint32_t n230_core_spi_core::transact_spi(
int which_slave,
const spi_config_t &config,
- boost::uint32_t data,
+ uint32_t data,
size_t num_bits,
bool readback)
{