aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/radio_ctrl_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/rfnoc/radio_ctrl_impl.hpp')
-rw-r--r--host/lib/rfnoc/radio_ctrl_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/rfnoc/radio_ctrl_impl.hpp b/host/lib/rfnoc/radio_ctrl_impl.hpp
index 881cce3b4..d6b402120 100644
--- a/host/lib/rfnoc/radio_ctrl_impl.hpp
+++ b/host/lib/rfnoc/radio_ctrl_impl.hpp
@@ -98,7 +98,7 @@ protected: // TODO see what's protected and what's private
* Registers
**********************************************************************/
struct regs {
- static inline boost::uint32_t sr_addr(const boost::uint32_t offset)
+ static inline uint32_t sr_addr(const uint32_t offset)
{
return offset * 4;
}