diff options
author | Lane Kolbly <lane.kolbly@ni.com> | 2021-12-16 14:28:02 -0600 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-01-11 13:01:18 -0600 |
commit | 9cbe2f4dcc152ffda15ffd0de710bb3edf057541 (patch) | |
tree | 3e6852758125ac0e3665c28a0876e648a6d57c78 /host/tests/rfnoc_block_tests | |
parent | 8a5cfb3fc61d5ce19f6691d1074316bc8e77ba74 (diff) | |
download | uhd-9cbe2f4dcc152ffda15ffd0de710bb3edf057541.tar.gz uhd-9cbe2f4dcc152ffda15ffd0de710bb3edf057541.tar.bz2 uhd-9cbe2f4dcc152ffda15ffd0de710bb3edf057541.zip |
host: tests: Make x4xx unit test support GPIO
Diffstat (limited to 'host/tests/rfnoc_block_tests')
-rw-r--r-- | host/tests/rfnoc_block_tests/x4xx_zbx_mpm_mock.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/tests/rfnoc_block_tests/x4xx_zbx_mpm_mock.hpp b/host/tests/rfnoc_block_tests/x4xx_zbx_mpm_mock.hpp index 5fcb14f85..f832275f4 100644 --- a/host/tests/rfnoc_block_tests/x4xx_zbx_mpm_mock.hpp +++ b/host/tests/rfnoc_block_tests/x4xx_zbx_mpm_mock.hpp @@ -64,7 +64,7 @@ public: std::vector<std::string> get_gpio_banks() override { - return {}; + return {"GPIO0", "GPIO1"}; } bool supports_feature(const std::string& feature) override |