diff options
Diffstat (limited to 'mpm/python/pyusrp_periphs.cpp')
-rw-r--r-- | mpm/python/pyusrp_periphs.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mpm/python/pyusrp_periphs.cpp b/mpm/python/pyusrp_periphs.cpp index 5aac12088..c48860ebe 100644 --- a/mpm/python/pyusrp_periphs.cpp +++ b/mpm/python/pyusrp_periphs.cpp @@ -33,6 +33,7 @@ #include <mpm/ad937x/ad937x_ctrl.hpp> #include <mpm/chips/lmk04828_spi_iface.hpp> #include <mpm/dboards/magnesium_manager.hpp> +#include <mpm/dboards/eiscat_manager.hpp> #include <boost/noncopyable.hpp> namespace bp = boost::python; @@ -47,4 +48,5 @@ BOOST_PYTHON_MODULE(libpyusrp_periphs) export_mykonos(); export_xbar(); export_magnesium(); + export_eiscat(); } |