From 9e9a65e19efc004f8976c32b9a9cc3ee8f978cfd Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 14 Nov 2021 11:47:33 +0100 Subject: [PATCH] Added missing macro guard --- src/Module.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Module.h b/src/Module.h index 6c44033b..53cfb589 100644 --- a/src/Module.h +++ b/src/Module.h @@ -3,7 +3,9 @@ #include "TypeDef.h" -#include +#if defined(RADIOLIB_BUILD_ARDUINO) + #include +#endif /*! \class Module