Skip to content

Commit 977bd1b

Browse files
authored
Merge pull request #731 from Gerriko/patch-1
Update pins_arduino.h to correct PIN_CAN0_RX
2 parents a29801a + 03256b8 commit 977bd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/GIGA/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ void _ontouch1200bps_();
266266
#define CAN_HOWMANY 2
267267

268268
#define PIN_CAN0_TX (PB_13)
269-
#define PIN_CAN0_RX (PB_12)
269+
#define PIN_CAN0_RX (PB_5)
270270

271271
#define PIN_CAN1_TX (PH_13)
272272
#define PIN_CAN1_RX (PB_8)

0 commit comments

Comments
 (0)