From 371f0a20cad4dfcb3237db6f72a7e35403950938 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Fri, 30 Jun 2023 20:48:40 +1000 Subject: Clean up gpios interface --- src/drivers/test/test_storage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/drivers/test/test_storage.cpp') diff --git a/src/drivers/test/test_storage.cpp b/src/drivers/test/test_storage.cpp index 90f2843a..c785fa01 100644 --- a/src/drivers/test/test_storage.cpp +++ b/src/drivers/test/test_storage.cpp @@ -14,7 +14,7 @@ #include "catch2/catch.hpp" -#include "gpio_expander.hpp" +#include "gpios.hpp" #include "i2c.hpp" #include "i2c_fixture.hpp" #include "spi.hpp" @@ -29,7 +29,7 @@ static const std::string kTestFilePath = TEST_CASE("sd card storage", "[integration]") { I2CFixture i2c; SpiFixture spi; - GpioExpander expander; + IGpios expander; { std::unique_ptr result(SdStorage::create(&expander).value()); -- cgit v1.2.3