Added missing macro guard

This commit is contained in:
jgromes 2021-11-14 11:47:33 +01:00
parent f233dbffcb
commit 9e9a65e19e

View file

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