Skip to content

Commit 696c775

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. Former-commit-id: 4b66896
2 parents 155c74f + 72d5090 commit 696c775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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)