aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs
diff options
context:
space:
mode:
Diffstat (limited to 'host/docs')
-rw-r--r--host/docs/general.dox2
-rw-r--r--host/docs/usrp_e3x0.dox1
2 files changed, 2 insertions, 1 deletions
diff --git a/host/docs/general.dox b/host/docs/general.dox
index ff407a304..06a8887c9 100644
--- a/host/docs/general.dox
+++ b/host/docs/general.dox
@@ -219,7 +219,7 @@ registered at a time. Make **register_handler** your first call into
the UHD library:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
-#include <uhd/utils/msg.hpp>
+
void my_handler(uhd::msg::type_t type, const std::string &msg){
//handle the message...
diff --git a/host/docs/usrp_e3x0.dox b/host/docs/usrp_e3x0.dox
index 929b9f635..f2b184e4e 100644
--- a/host/docs/usrp_e3x0.dox
+++ b/host/docs/usrp_e3x0.dox
@@ -150,6 +150,7 @@ for the E3XX if you are doing custom GNU Radio development work.
\code{.sh}
$ mkdir build-arm
+$ cd build-arm
$ cmake -Wno-dev -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchains/oe-sdk_cross.cmake \-DCMAKE_INSTALL_PREFIX=/usr -DENABLE_GR_VOCODER=OFF -DENABLE_GR_ATSC=OFF \
-DENABLE_GR_DTV=OFF -DENABLE_DOXYGEN=OFF ../
\endcode