From ba00ff0cf5c0ced093e0be12b3006fe2f657a58a Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 21 Feb 2022 11:17:25 +0100 Subject: Remove FSRU-related files The FSRU (aka EISCAT) was never supported in UHD 4.0. The FPGA repository never had the relevant files, and the block controller also never existed. This removes all the corresponding files from MPM, as well as some references from makefiles. --- mpm/python/usrp_mpm/dboard_manager/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'mpm/python/usrp_mpm/dboard_manager/__init__.py') diff --git a/mpm/python/usrp_mpm/dboard_manager/__init__.py b/mpm/python/usrp_mpm/dboard_manager/__init__.py index 28a8ef80b..761ab57db 100644 --- a/mpm/python/usrp_mpm/dboard_manager/__init__.py +++ b/mpm/python/usrp_mpm/dboard_manager/__init__.py @@ -13,7 +13,6 @@ if not __simulated__: from .rhodium import Rhodium from .neon import Neon from .e31x_db import E31x_db - from .eiscat import EISCAT from .empty_slot import EmptySlot from .zbx import ZBX from .test import test -- cgit v1.2.3