[AFSK] Fixed exclusion macros
This commit is contained in:
parent
906b0857bd
commit
4ca26f6e47
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
#if !defined(_RADIOLIB_AFSK_H) && !defined(RADIOLIB_EXCLUDE_AFSK)
|
||||
#if !defined(_RADIOLIB_AFSK_H)
|
||||
#define _RADIOLIB_AFSK_H
|
||||
|
||||
#include "../../TypeDef.h"
|
||||
|
||||
#if !defined(RADIOLIB_EXCLUDE_AFSK)
|
||||
|
||||
#include "../../Module.h"
|
||||
|
||||
#include "../PhysicalLayer/PhysicalLayer.h"
|
||||
|
@ -55,3 +58,5 @@ class AFSKClient {
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue