diff options
author | Lane Kolbly <lane.kolbly@ni.com> | 2021-11-17 09:58:44 -0600 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-12-09 13:00:36 -0800 |
commit | 370e8766daddec469244e4b5c9bac6dac7da3621 (patch) | |
tree | a625917a636650626b28d9c10837ab11ecbb9a52 /host/lib/include | |
parent | 853de46533e48f9ef9b2bf4ebb745ea7f66e9cd0 (diff) | |
download | uhd-370e8766daddec469244e4b5c9bac6dac7da3621.tar.gz uhd-370e8766daddec469244e4b5c9bac6dac7da3621.tar.bz2 uhd-370e8766daddec469244e4b5c9bac6dac7da3621.zip |
host: Fix typos and small things
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() \ |