[CI] Fix lib include path

pull/763/head
jgromes 2023-05-18 21:59:45 +02:00
rodzic a97baa6fc2
commit 397bd9ab04
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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"