Skip to content

Commit 4b66896

Browse files
authored
Merge pull request arduino#96 from bcmi-labs/fix-can
Fix: CAN(0) RX/TX pins have moved on final version of Uno R4 WiFi.
2 parents 2bb0126 + fe593e7 commit 4b66896

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/UNOWIFIR4/pins_arduino.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ static const uint8_t SS = PIN_SPI_CS;
129129

130130
#define CAN_HOWMANY 1
131131

132-
#define PIN_CAN0_TX (4)
133-
#define PIN_CAN0_RX (5)
132+
#define PIN_CAN0_TX (10)
133+
#define PIN_CAN0_RX (13)
134134
#define PIN_CAN0_STBY (-1)
135135

136136
#define EXT_INTERRUPTS_HOWMANY 2

0 commit comments

Comments
 (0)