diff options
author | Josh Blum <josh@joshknows.com> | 2010-03-29 00:45:26 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-03-29 00:45:26 -0700 |
commit | 86fffe7f9ed78a682879dd56c26628256f89e6ae (patch) | |
tree | dbad6c804cadc80baf69fd53fe86ee251d2a28f6 /host/lib/gain_handler.cpp | |
parent | 3b02823640f3d7724c4d517114698285e914d735 (diff) | |
download | uhd-86fffe7f9ed78a682879dd56c26628256f89e6ae.tar.gz uhd-86fffe7f9ed78a682879dd56c26628256f89e6ae.tar.bz2 uhd-86fffe7f9ed78a682879dd56c26628256f89e6ae.zip |
Added tune helper to utils.
Takes a subdevice and dxc properties object and tunes them.
Made use of tune helper in simple device.
Moved gain handler into utils header dir.
Diffstat (limited to 'host/lib/gain_handler.cpp')
-rw-r--r-- | host/lib/gain_handler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/gain_handler.cpp b/host/lib/gain_handler.cpp index a6ae06c50..daf629f0b 100644 --- a/host/lib/gain_handler.cpp +++ b/host/lib/gain_handler.cpp @@ -15,7 +15,7 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. // -#include <uhd/gain_handler.hpp> +#include <uhd/utils/gain_handler.hpp> #include <uhd/utils/assert.hpp> #include <uhd/types/ranges.hpp> #include <uhd/props.hpp> |