[RFM2x] Reworked driver exclusion
This commit is contained in:
parent
984cfac319
commit
e6657cf2f0
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#ifndef _RADIOLIB_RFM22_H
|
||||
#if !defined(_RADIOLIB_RFM22_H) && !defined(RADIOLIB_EXCLUDE_SI443X)
|
||||
#define _RADIOLIB_RFM22_H
|
||||
|
||||
#include "../../TypeDef.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef _RADIOLIB_RFM23_H
|
||||
#if !defined(_RADIOLIB_RFM23_H) && !defined(RADIOLIB_EXCLUDE_SI443X)
|
||||
#define _RADIOLIB_RFM23_H
|
||||
|
||||
#include "../../TypeDef.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue