[SX1233] Fix incorrect exclude macro guard (#929)

pull/936/head
jgromes 2024-01-14 21:56:18 +01:00
rodzic efe303ca69
commit 4c5321e5cb
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
#include "SX1233.h"
#include <math.h>
#if !RADIOLIB_EXCLUDE_SX1233
#if !RADIOLIB_EXCLUDE_SX1231
SX1233::SX1233(Module* mod) : SX1231(mod) {

Wyświetl plik

@ -3,7 +3,7 @@
#include "../../TypeDef.h"
#if !RADIOLIB_EXCLUDE_SX1233
#if !RADIOLIB_EXCLUDE_SX1231
#include "../../Module.h"
#include "../RF69/RF69.h"