Allow for better target level Radiolib exclude plumbing (#4906)

* WIP

* LR11x0

* Anothern

* =1
This commit is contained in:
Ben Meadors
2024-09-30 05:14:22 -05:00
committed by GitHub
parent fd6e8613c6
commit 8ad89ba724
27 changed files with 98 additions and 48 deletions

View File

@@ -1,3 +1,4 @@
#if RADIOLIB_EXCLUDE_SX126X != 1
#include "LLCC68Interface.h"
#include "configuration.h"
#include "error.h"
@@ -6,4 +7,5 @@ LLCC68Interface::LLCC68Interface(LockingArduinoHal *hal, RADIOLIB_PIN_TYPE cs, R
RADIOLIB_PIN_TYPE busy)
: SX126xInterface(hal, cs, irq, rst, busy)
{
}
}
#endif