diff options
author | Martin Braun <martin.braun@ettus.com> | 2022-02-21 11:17:25 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-02-22 14:41:19 -0600 |
commit | ba00ff0cf5c0ced093e0be12b3006fe2f657a58a (patch) | |
tree | 6a1030bc21b6257d4a34f8f3e6c4cdbbc55860f1 /mpm/python/usrp_mpm/dboard_manager/unknown.py | |
parent | 250ef76d5034aca69e9335055f7b223f1742966f (diff) | |
download | uhd-ba00ff0cf5c0ced093e0be12b3006fe2f657a58a.tar.gz uhd-ba00ff0cf5c0ced093e0be12b3006fe2f657a58a.tar.bz2 uhd-ba00ff0cf5c0ced093e0be12b3006fe2f657a58a.zip |
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.
Diffstat (limited to 'mpm/python/usrp_mpm/dboard_manager/unknown.py')
-rw-r--r-- | mpm/python/usrp_mpm/dboard_manager/unknown.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/dboard_manager/unknown.py b/mpm/python/usrp_mpm/dboard_manager/unknown.py index 7afc66f74..b38346af7 100644 --- a/mpm/python/usrp_mpm/dboard_manager/unknown.py +++ b/mpm/python/usrp_mpm/dboard_manager/unknown.py @@ -4,7 +4,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later # """ -EISCAT rx board implementation module +Dummy rx board implementation module """ from usrp_mpm.dboard_manager import DboardManagerBase |