diff options
author | Grant Meyerhoff <grant.meyerhoff@ni.com> | 2021-08-19 14:26:35 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-09-02 13:34:02 -0500 |
commit | 18de8c32716f04fb394822921a1482aa64a0b87d (patch) | |
tree | 87b6223857474ade95188b04d16dc060e1542d01 /mpm | |
parent | 570b4c6ab30be081a0119a2bf2f1d8ee7fb7f5b9 (diff) | |
download | uhd-18de8c32716f04fb394822921a1482aa64a0b87d.tar.gz uhd-18de8c32716f04fb394822921a1482aa64a0b87d.tar.bz2 uhd-18de8c32716f04fb394822921a1482aa64a0b87d.zip |
mpmd: Add discoverable feature for trig i/o mode
Diffstat (limited to 'mpm')
-rw-r--r-- | mpm/python/usrp_mpm/periph_manager/x4xx.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 ########################################################################### |