[ArduinoHal] Fix missing directory specifier in include
This commit is contained in:
parent
412136845f
commit
a953475b9a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
// make sure this is always compiled
|
// make sure this is always compiled
|
||||||
#include "TypeDef.h"
|
#include "../../TypeDef.h"
|
||||||
|
|
||||||
#if !defined(_RADIOLIB_ARDUINOHAL_H)
|
#if !defined(_RADIOLIB_ARDUINOHAL_H)
|
||||||
#define _RADIOLIB_ARDUINOHAL_H
|
#define _RADIOLIB_ARDUINOHAL_H
|
||||||
|
|
Loading…
Add table
Reference in a new issue