Allow for better target level Radiolib exclude plumbing (#4906)
* WIP * LR11x0 * Anothern * =1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#if RADIOLIB_EXCLUDE_LR11X0 != 1
|
||||
#include "RadioLibInterface.h"
|
||||
|
||||
/**
|
||||
@@ -66,3 +66,4 @@ template <class T> class LR11x0Interface : public RadioLibInterface
|
||||
|
||||
virtual void setStandby() override;
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user