[Bell] Added missing exclude guard
This commit is contained in:
parent
03d2a9bf26
commit
32a5166ae3
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
||||||
#include "../../ArduinoHal.h"
|
#include "../../ArduinoHal.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(RADIOLIB_EXCLUDE_BELL)
|
||||||
|
|
||||||
#include "../PhysicalLayer/PhysicalLayer.h"
|
#include "../PhysicalLayer/PhysicalLayer.h"
|
||||||
#include "../AFSK/AFSK.h"
|
#include "../AFSK/AFSK.h"
|
||||||
#include "../Print/Print.h"
|
#include "../Print/Print.h"
|
||||||
|
@ -125,3 +127,5 @@ class BellClient: public AFSKClient, public RadioLibPrint {
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue