[SX123x] Added missing include

This commit is contained in:
jgromes 2023-12-09 16:00:42 +01:00
parent af9073fae4
commit 57a6a9ccc3

View file

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