From df9ca47ed1301eb131fdc0dbdd1e2ab052549aff Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 2 May 2017 12:54:55 -0700 Subject: mpm: eiscat: magnesium: Removed C++-only SPI ifaces - EISCAT is now Python only with the exception of the definition of the SPI ifaces - Magnesium uses a Python-generated SPI iface - Removed SPI lock from EISCAT dboard --- mpm/python/pyusrp_periphs.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'mpm/python/pyusrp_periphs.cpp') diff --git a/mpm/python/pyusrp_periphs.cpp b/mpm/python/pyusrp_periphs.cpp index c48860ebe..c50b8e14f 100644 --- a/mpm/python/pyusrp_periphs.cpp +++ b/mpm/python/pyusrp_periphs.cpp @@ -31,9 +31,7 @@ #include #include #include -#include #include -#include #include namespace bp = boost::python; @@ -48,5 +46,4 @@ BOOST_PYTHON_MODULE(libpyusrp_periphs) export_mykonos(); export_xbar(); export_magnesium(); - export_eiscat(); } -- cgit v1.2.3