aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host/tests/rfnoc_block_tests/x4xx_zbx_mpm_mock.hpp2
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