[Bell] Added missing exclude guard

This commit is contained in:
jgromes 2023-05-12 20:56:23 +02:00
parent 03d2a9bf26
commit 32a5166ae3

View file

@ -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