kopia lustrzana https://github.com/jgromes/RadioLib
[RFM2x] Reworked driver exclusion
rodzic
984cfac319
commit
e6657cf2f0
|
@ -1,4 +1,4 @@
|
||||||
#ifndef _RADIOLIB_RFM22_H
|
#if !defined(_RADIOLIB_RFM22_H) && !defined(RADIOLIB_EXCLUDE_SI443X)
|
||||||
#define _RADIOLIB_RFM22_H
|
#define _RADIOLIB_RFM22_H
|
||||||
|
|
||||||
#include "../../TypeDef.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
|
#define _RADIOLIB_RFM23_H
|
||||||
|
|
||||||
#include "../../TypeDef.h"
|
#include "../../TypeDef.h"
|
||||||
|
|
Ładowanie…
Reference in New Issue