diff options
Diffstat (limited to 'mpm/lib/mykonos/ad937x_device.hpp')
-rw-r--r-- | mpm/lib/mykonos/ad937x_device.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mpm/lib/mykonos/ad937x_device.hpp b/mpm/lib/mykonos/ad937x_device.hpp index 52d25abba..4fedc05f0 100644 --- a/mpm/lib/mykonos/ad937x_device.hpp +++ b/mpm/lib/mykonos/ad937x_device.hpp @@ -24,9 +24,9 @@ #include "mpm/spi/adi_ctrl.hpp" // TODO: fix path of UHD includes -#include <../../host/include/uhd/types/direction.hpp> -#include <../../host/include/uhd/types/ranges.hpp> -#include <../../host/include/uhd/exception.hpp> +#include <uhd/types/direction.hpp> +#include <uhd/types/ranges.hpp> +#include <uhd/exception.hpp> #include <boost/noncopyable.hpp> #include <mutex> @@ -100,4 +100,4 @@ private: static uint8_t _convert_rx_gain(double gain); static uint16_t _convert_tx_gain(double gain); -};
\ No newline at end of file +}; |