[RFM2x] Reworked driver exclusion

This commit is contained in:
jgromes 2020-06-30 10:43:00 +02:00
parent 984cfac319
commit e6657cf2f0
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#ifndef _RADIOLIB_RFM22_H
#if !defined(_RADIOLIB_RFM22_H) && !defined(RADIOLIB_EXCLUDE_SI443X)
#define _RADIOLIB_RFM22_H
#include "../../TypeDef.h"

View file

@ -1,4 +1,4 @@
#ifndef _RADIOLIB_RFM23_H
#if !defined(_RADIOLIB_RFM23_H) && !defined(RADIOLIB_EXCLUDE_SI443X)
#define _RADIOLIB_RFM23_H
#include "../../TypeDef.h"