Fixed incorrect macro guards CI_BUILD_ALL
This commit is contained in:
parent
04a164abdd
commit
61a593c6f7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
#if defined(RADIOLIB_BUILD_ARDUINO)
|
#if defined(RADIOLIB_BUILD_ARDUINO)
|
||||||
|
|
||||||
// we need this to emulate tone() on mbed Arduino boards
|
// we need this to emulate tone() on mbed Arduino boards
|
||||||
#if defined(ARDUINO_ARDUINO_NANO33BLE)
|
#if defined(RADIOLIB_MBED_TONE_OVERRIDE)
|
||||||
#include "mbed.h"
|
#include "mbed.h"
|
||||||
mbed::PwmOut *pwmPin = NULL;
|
mbed::PwmOut *pwmPin = NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue