aboutsummaryrefslogtreecommitdiffstats
path: root/mpm
diff options
context:
space:
mode:
Diffstat (limited to 'mpm')
-rw-r--r--mpm/python/usrp_mpm/dboard_manager/rhodium.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/dboard_manager/rhodium.py b/mpm/python/usrp_mpm/dboard_manager/rhodium.py
index e30d4a44e..88db243fa 100644
--- a/mpm/python/usrp_mpm/dboard_manager/rhodium.py
+++ b/mpm/python/usrp_mpm/dboard_manager/rhodium.py
@@ -253,7 +253,6 @@ class Rhodium(DboardManagerBase):
# LO dist board will create a kernel error. Fix this when the I2C API
# is implemented by checking if the board is present before applying.
try:
- apply_overlay_safe('n321')
self._lo_dist = FPGAtoLoDist(_get_i2c_dev())
except RuntimeError:
self._lo_dist = None