Skip to content

Commit 6682a17

Browse files
committed
change the arch to common macro for all nrf52 by adafruit
1 parent 1fbdc59 commit 6682a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/PDM/src/PDM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#include <Arduino.h>
2323

24-
#if !defined(ARDUINO_ARCH_ADAFRUIT_NRF52_ARDUINO)
24+
#if !defined(ARDUINO_NRF52_ADAFRUIT)
2525
#error "This library targets only Adafruit NRF52840 boards"
2626
#endif
2727

0 commit comments

Comments
 (0)