From 18de8c32716f04fb394822921a1482aa64a0b87d Mon Sep 17 00:00:00 2001 From: Grant Meyerhoff Date: Thu, 19 Aug 2021 14:26:35 -0500 Subject: mpmd: Add discoverable feature for trig i/o mode --- mpm/python/usrp_mpm/periph_manager/x4xx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpm/python/usrp_mpm') diff --git a/mpm/python/usrp_mpm/periph_manager/x4xx.py b/mpm/python/usrp_mpm/periph_manager/x4xx.py index e0adcd47a..a9db6f510 100644 --- a/mpm/python/usrp_mpm/periph_manager/x4xx.py +++ b/mpm/python/usrp_mpm/periph_manager/x4xx.py @@ -214,7 +214,7 @@ class x4xx(ZynqComponents, PeriphManagerBase): 'reset': False, }, } - discoverable_features = ["ref_clk_calibration", "time_export"] + discoverable_features = ["ref_clk_calibration", "time_export", "trig_io_mode"] # # End of overridables from PeriphManagerBase ########################################################################### -- cgit v1.2.3