We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d4b1e commit 061e85bCopy full SHA for 061e85b
libraries/Servo/src/Servo.h
@@ -67,7 +67,7 @@
67
#include "samd/ServoTimers.h"
68
#elif defined(ARDUINO_ARCH_STM32F4)
69
#include "stm32f4/ServoTimers.h"
70
-#elif defined(ARDUINO_ARCH_NRF52)
+#elif defined(ARDUINO_ARCH_NRF52) || defined(ARDUINO_NRF52_ADAFRUIT)
71
#include "nrf52/ServoTimers.h"
72
#else
73
#error "This library only supports boards with an AVR, SAM, SAMD, NRF52 or STM32F4 processor."
0 commit comments