We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dddedf commit 57d6f9aCopy full SHA for 57d6f9a
libraries/Arduino_CAN/src/Arduino_CAN.h
@@ -24,7 +24,7 @@
24
* COMPILE TIME CHECKS
25
**************************************************************************************/
26
27
-#if !(defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_GIGA))
+#if !(defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_GIGA) || defined(CORE_CM4))
28
# error "CAN only available on Arduino Portenta H7 and Arduino Giga (of all ArduinoCore-mbed enabled boards)."
29
#endif
30
0 commit comments