[RF69] Fixed exclusion macros
This commit is contained in:
parent
93f1bd51d3
commit
ccb3635485
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
||||||
#if !defined(_RADIOLIB_RF69_H) && !defined(RADIOLIB_EXCLUDE_RF69)
|
#if !defined(_RADIOLIB_RF69_H)
|
||||||
#define _RADIOLIB_RF69_H
|
#define _RADIOLIB_RF69_H
|
||||||
|
|
||||||
#include "../../TypeDef.h"
|
#include "../../TypeDef.h"
|
||||||
|
|
||||||
|
#if !defined(RADIOLIB_EXCLUDE_RF69)
|
||||||
|
|
||||||
#include "../../Module.h"
|
#include "../../Module.h"
|
||||||
|
|
||||||
#include "../../protocols/PhysicalLayer/PhysicalLayer.h"
|
#include "../../protocols/PhysicalLayer/PhysicalLayer.h"
|
||||||
|
@ -835,3 +838,5 @@ class RF69: public PhysicalLayer {
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue