diff options
author | Josh Blum <josh@joshknows.com> | 2011-07-01 14:03:04 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-07-01 14:03:04 -0700 |
commit | 38eefb2eeaa9c5d83da8abcf5b7efa8eba5fe413 (patch) | |
tree | f8e282851a2e8cca568771601d3a6edacffd2784 /host/lib/usrp/b100 | |
parent | 16afe14e35ee7c79d24cbd933060af1c7cbafb13 (diff) | |
download | uhd-38eefb2eeaa9c5d83da8abcf5b7efa8eba5fe413.tar.gz uhd-38eefb2eeaa9c5d83da8abcf5b7efa8eba5fe413.tar.bz2 uhd-38eefb2eeaa9c5d83da8abcf5b7efa8eba5fe413.zip |
usrp: moved fx2 stuff into common folder
Diffstat (limited to 'host/lib/usrp/b100')
-rw-r--r-- | host/lib/usrp/b100/b100_impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/b100/b100_impl.hpp b/host/lib/usrp/b100/b100_impl.hpp index 4f5017c97..904c846e0 100644 --- a/host/lib/usrp/b100/b100_impl.hpp +++ b/host/lib/usrp/b100/b100_impl.hpp @@ -18,7 +18,7 @@ #ifndef INCLUDED_B100_IMPL_HPP #define INCLUDED_B100_IMPL_HPP -#include "../fx2/fx2_ctrl.hpp" +#include "fx2_ctrl.hpp" #include "b100_ctrl.hpp" #include "clock_ctrl.hpp" #include "codec_ctrl.hpp" |