[AFSK] Fixed exclusion macros

pull/163/head
jgromes 2020-07-04 21:18:31 +02:00
rodzic 906b0857bd
commit 4ca26f6e47
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,10 @@
#if !defined(_RADIOLIB_AFSK_H) && !defined(RADIOLIB_EXCLUDE_AFSK) #if !defined(_RADIOLIB_AFSK_H)
#define _RADIOLIB_AFSK_H #define _RADIOLIB_AFSK_H
#include "../../TypeDef.h" #include "../../TypeDef.h"
#if !defined(RADIOLIB_EXCLUDE_AFSK)
#include "../../Module.h" #include "../../Module.h"
#include "../PhysicalLayer/PhysicalLayer.h" #include "../PhysicalLayer/PhysicalLayer.h"
@ -55,3 +58,5 @@ class AFSKClient {
}; };
#endif #endif
#endif