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 60a7d64 commit 80b6eeaCopy full SHA for 80b6eea
libraries/OPAMP/src/OPAMP.cpp
@@ -2,7 +2,7 @@
2
#include <Arduino.h>
3
4
/* Make sure this library fails to compile for unsupported boards. */
5
-#if !defined(ARDUINO_UNOWIFIR4) && !defined(ARDUINO_MINIMA)
+#if !defined(ARDUINO_UNOWIFIR4) && !defined(ARDUINO_MINIMA) && !defined(ARDUINO_NANO_R4)
6
#error "Unsupported board for OPAMP library."
7
#endif
8
0 commit comments