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 38bbdb5 commit d1ae32dCopy full SHA for d1ae32d
libraries/Arduino_CAN/src/R7FA4M1_CAN.cpp
@@ -14,7 +14,7 @@
14
15
#include "R7FA4M1_CAN.h"
16
17
-#if defined(ARDUINO_MINIMA) || defined(ARDUINO_UNOWIFIR4)
+#if defined(ARDUINO_MINIMA) || defined(ARDUINO_UNOWIFIR4) || defined(ARDUINO_NANO_R4)
18
19
#include <IRQManager.h>
20
libraries/Arduino_CAN/src/R7FA4M1_CAN.h
@@ -17,7 +17,7 @@
#include <Arduino.h>
21
22
#include "api/HardwareCAN.h"
23
0 commit comments