Skip to content

Commit 80b6eea

Browse files
authored
fixed opamp
1 parent 60a7d64 commit 80b6eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/OPAMP/src/OPAMP.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <Arduino.h>
33

44
/* Make sure this library fails to compile for unsupported boards. */
5-
#if !defined(ARDUINO_UNOWIFIR4) && !defined(ARDUINO_MINIMA)
5+
#if !defined(ARDUINO_UNOWIFIR4) && !defined(ARDUINO_MINIMA) && !defined(ARDUINO_NANO_R4)
66
#error "Unsupported board for OPAMP library."
77
#endif
88

0 commit comments

Comments
 (0)