From 397bd9ab042ef3fb49c7d0e70bf6e962d8d2c22d Mon Sep 17 00:00:00 2001 From: jgromes Date: Thu, 18 May 2023 21:59:45 +0200 Subject: [PATCH] [CI] Fix lib include path --- extras/test/SX126x/PiHal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/test/SX126x/PiHal.h b/extras/test/SX126x/PiHal.h index 5a94fe8d..e8c27db0 100644 --- a/extras/test/SX126x/PiHal.h +++ b/extras/test/SX126x/PiHal.h @@ -2,7 +2,7 @@ #define PI_HAL_H // include RadioLib -#include +#include // include the library for Raspberry GPIO pins #include "pigpio.h"