diff options
| author | Martin Braun <martin.braun@ettus.com> | 2017-03-24 19:24:55 -0700 | 
|---|---|---|
| committer | Martin Braun <martin.braun@ettus.com> | 2017-03-24 19:24:55 -0700 | 
| commit | d2d6c35631e68b5d72a300392f72a40ea3739fa5 (patch) | |
| tree | 3e1929fd4fab39230b8b4d50818ba7abe1be07d5 | |
| parent | f3cabe9ffd7a27ee8c0a6d57b4e1dd6835760a18 (diff) | |
| download | uhd-d2d6c35631e68b5d72a300392f72a40ea3739fa5.tar.gz uhd-d2d6c35631e68b5d72a300392f72a40ea3739fa5.tar.bz2 uhd-d2d6c35631e68b5d72a300392f72a40ea3739fa5.zip  | |
rfnoc: Fixed docstring of get_time_now()
| -rw-r--r-- | host/include/uhd/rfnoc/radio_ctrl.hpp | 2 | 
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;  | 
