aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2017-03-24 19:24:55 -0700
committerMartin Braun <martin.braun@ettus.com>2017-03-24 19:24:55 -0700
commitd2d6c35631e68b5d72a300392f72a40ea3739fa5 (patch)
tree3e1929fd4fab39230b8b4d50818ba7abe1be07d5 /host/include
parentf3cabe9ffd7a27ee8c0a6d57b4e1dd6835760a18 (diff)
downloaduhd-d2d6c35631e68b5d72a300392f72a40ea3739fa5.tar.gz
uhd-d2d6c35631e68b5d72a300392f72a40ea3739fa5.tar.bz2
uhd-d2d6c35631e68b5d72a300392f72a40ea3739fa5.zip
rfnoc: Fixed docstring of get_time_now()
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/rfnoc/radio_ctrl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/rfnoc/radio_ctrl.hpp b/host/include/uhd/rfnoc/radio_ctrl.hpp
index d8e3d94e8..1dc2e5133 100644
--- a/host/include/uhd/rfnoc/radio_ctrl.hpp
+++ b/host/include/uhd/rfnoc/radio_ctrl.hpp
@@ -307,7 +307,7 @@ public:
/*!
* Get the currently set time source.
- * \param mboard which motherboard to get the config
+ *
* \return the string representing the time source
*/
virtual std::string get_time_source() = 0;