aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/rfnoc/register_iface.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/include/uhd/rfnoc/register_iface.hpp b/host/include/uhd/rfnoc/register_iface.hpp
index 7be21affd..729aedbe6 100644
--- a/host/include/uhd/rfnoc/register_iface.hpp
+++ b/host/include/uhd/rfnoc/register_iface.hpp
@@ -38,7 +38,8 @@ public:
* modelled as a simple register write (key-value pair with addr/data) that
* is initiated by the FPGA.
*/
- using async_msg_callback_t = std::function<void(uint32_t addr, uint32_t data)>;
+ using async_msg_callback_t =
+ std::function<void(uint32_t addr, const std::vector<uint32_t>& data)>;
/*! Write a 32-bit register implemented in the NoC block.
*