Added missing macro guard
This commit is contained in:
parent
f233dbffcb
commit
9e9a65e19e
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@
|
||||||
|
|
||||||
#include "TypeDef.h"
|
#include "TypeDef.h"
|
||||||
|
|
||||||
#include <SPI.h>
|
#if defined(RADIOLIB_BUILD_ARDUINO)
|
||||||
|
#include <SPI.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\class Module
|
\class Module
|
||||||
|
|
Loading…
Add table
Reference in a new issue