[CI] Fix lib include path

This commit is contained in:
jgromes 2023-05-18 21:59:45 +02:00
parent a97baa6fc2
commit 397bd9ab04

View file

@ -2,7 +2,7 @@
#define PI_HAL_H
// include RadioLib
#include <RadioLib.h>
#include <RadioLib/RadioLib.h>
// include the library for Raspberry GPIO pins
#include "pigpio.h"