[RFM2x] Reworked driver exclusion

pull/163/head
jgromes 2020-06-30 10:43:00 +02:00
rodzic 984cfac319
commit e6657cf2f0
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

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