Skip to content

Commit

Permalink
Fixed incorrect macro guards CI_BUILD_ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Dec 19, 2021
1 parent 04a164a commit 61a593c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#if defined(RADIOLIB_BUILD_ARDUINO)

// we need this to emulate tone() on mbed Arduino boards
#if defined(ARDUINO_ARDUINO_NANO33BLE)
#if defined(RADIOLIB_MBED_TONE_OVERRIDE)
#include "mbed.h"
mbed::PwmOut *pwmPin = NULL;
#endif
Expand Down

0 comments on commit 61a593c

Please sign in to comment.