Skip to content

Commit

Permalink
[SX123x] Added missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Dec 9, 2023
1 parent af9073f commit 57a6a9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/SX123x/SX1233.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "SX1233.h"
#include <math.h>
#if !RADIOLIB_EXCLUDE_SX1233

SX1233::SX1233(Module* mod) : SX1231(mod) {
Expand Down

0 comments on commit 57a6a9c

Please sign in to comment.