diff options
Diffstat (limited to 'host/lib/include')
-rw-r--r-- | host/lib/include/uhdlib/experts/expert_nodes.hpp | 2 | ||||
-rw-r--r-- | host/lib/include/uhdlib/usrp/dboard/debug_dboard.hpp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/include/uhdlib/experts/expert_nodes.hpp b/host/lib/include/uhdlib/experts/expert_nodes.hpp index 66dd0f246..554706741 100644 --- a/host/lib/include/uhdlib/experts/expert_nodes.hpp +++ b/host/lib/include/uhdlib/experts/expert_nodes.hpp @@ -394,7 +394,7 @@ public: }; /*!--------------------------------------------------------- - * class data_reader_t + * class data_writer_t * * Accessor to read and write the value of a data node and * to establish a worker node => data node dependency diff --git a/host/lib/include/uhdlib/usrp/dboard/debug_dboard.hpp b/host/lib/include/uhdlib/usrp/dboard/debug_dboard.hpp index 44aa8a478..0c22831b5 100644 --- a/host/lib/include/uhdlib/usrp/dboard/debug_dboard.hpp +++ b/host/lib/include/uhdlib/usrp/dboard/debug_dboard.hpp @@ -11,6 +11,7 @@ #include <uhd/property_tree.hpp> #include <uhd/types/eeprom.hpp> #include <uhdlib/rfnoc/rf_control/dboard_iface.hpp> +#include <uhdlib/usrp/common/mpmd_mb_controller.hpp> #include <string> #define UHD_LOG_SKIP_CFG() \ |