From 8db57d6dc5cf5c83cffd393a37ca37bc1a67f1af Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 25 Jun 2024 15:23:51 +1000 Subject: Unbreak the tests build --- test/fixtures/i2c_fixture.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/fixtures/i2c_fixture.hpp') diff --git a/test/fixtures/i2c_fixture.hpp b/test/fixtures/i2c_fixture.hpp index e7e5d42d..dd33fe9e 100644 --- a/test/fixtures/i2c_fixture.hpp +++ b/test/fixtures/i2c_fixture.hpp @@ -7,7 +7,7 @@ #pragma once #include "catch2/catch.hpp" -#include "i2c.hpp" +#include "drivers/i2c.hpp" class I2CFixture { public: -- cgit v1.2.3