From 9cbe2f4dcc152ffda15ffd0de710bb3edf057541 Mon Sep 17 00:00:00 2001 From: Lane Kolbly Date: Thu, 16 Dec 2021 14:28:02 -0600 Subject: host: tests: Make x4xx unit test support GPIO --- host/tests/rfnoc_block_tests/x4xx_zbx_mpm_mock.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/tests/rfnoc_block_tests') 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 get_gpio_banks() override { - return {}; + return {"GPIO0", "GPIO1"}; } bool supports_feature(const std::string& feature) override -- cgit v1.2.3