Fixed incorrect macro guards CI_BUILD_ALL

This commit is contained in:
jgromes 2021-12-19 13:09:42 +01:00
parent 04a164abdd
commit 61a593c6f7

View file

@ -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