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