diff options
Diffstat (limited to 'host/lib/usrp/e100/clock_ctrl.hpp')
-rw-r--r-- | host/lib/usrp/e100/clock_ctrl.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/e100/clock_ctrl.hpp b/host/lib/usrp/e100/clock_ctrl.hpp index 7c16649d3..538ea65d8 100644 --- a/host/lib/usrp/e100/clock_ctrl.hpp +++ b/host/lib/usrp/e100/clock_ctrl.hpp @@ -36,9 +36,10 @@ public: * Make a new clock control object. * \param iface the spi iface object * \param master clock rate the FPGA rate + * param dboard_clocks_diff are they differential? * \return the clock control object */ - static sptr make(uhd::spi_iface::sptr iface, double master_clock_rate); + static sptr make(uhd::spi_iface::sptr iface, double master_clock_rate, const bool dboard_clocks_diff); /*! * Set the rate of the fpga clock line. |