From 56b8a5779e08398d8ea44e19db5e218f9b41aa80 Mon Sep 17 00:00:00 2001 From: Tony Kuker Date: Sat, 1 Jun 2024 00:40:34 +0000 Subject: [PATCH] fix path --- cpp/test/gpiobus_raspberry_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/test/gpiobus_raspberry_test.cpp b/cpp/test/gpiobus_raspberry_test.cpp index a4514f44..7dfa1b9b 100644 --- a/cpp/test/gpiobus_raspberry_test.cpp +++ b/cpp/test/gpiobus_raspberry_test.cpp @@ -7,7 +7,7 @@ // //--------------------------------------------------------------------------- -#include "hal/gpiobus_raspberry.h" +#include "hal/gpiobus_rpi_bcm.h" #include "mocks.h" #include #include "test/test_shared.h"