diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-28 01:55:26 +0100 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-28 01:55:26 +0100 |
commit | 5b6cce869744d3b643a63f41d13a028b2f85bdcc (patch) | |
tree | 9a1368a77152566a768f5268042d9c0f925a0bff /host/lib/usrp/e100/clock_ctrl.hpp | |
parent | 208c1aa1a370550ca26cf9a2dc52dcc5fe9693e2 (diff) | |
download | uhd-5b6cce869744d3b643a63f41d13a028b2f85bdcc.tar.gz uhd-5b6cce869744d3b643a63f41d13a028b2f85bdcc.tar.bz2 uhd-5b6cce869744d3b643a63f41d13a028b2f85bdcc.zip |
e100: moved e100 into property tree, probes ok...
Diffstat (limited to 'host/lib/usrp/e100/clock_ctrl.hpp')
-rw-r--r-- | host/lib/usrp/e100/clock_ctrl.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/host/lib/usrp/e100/clock_ctrl.hpp b/host/lib/usrp/e100/clock_ctrl.hpp index f3a6de0fa..7c16649d3 100644 --- a/host/lib/usrp/e100/clock_ctrl.hpp +++ b/host/lib/usrp/e100/clock_ctrl.hpp @@ -18,7 +18,7 @@ #ifndef INCLUDED_USRP_E100_CLOCK_CTRL_HPP #define INCLUDED_USRP_E100_CLOCK_CTRL_HPP -#include "e100_iface.hpp" +#include <uhd/types/serial.hpp> #include <boost/shared_ptr.hpp> #include <boost/utility.hpp> #include <vector> @@ -34,11 +34,11 @@ public: /*! * Make a new clock control object. - * \param iface the usrp_e100 iface object + * \param iface the spi iface object * \param master clock rate the FPGA rate * \return the clock control object */ - static sptr make(e100_iface::sptr iface, double master_clock_rate); + static sptr make(uhd::spi_iface::sptr iface, double master_clock_rate); /*! * Set the rate of the fpga clock line. |