Skip to content
Snippets Groups Projects
Commit 9ca5cf31 authored by px4dev's avatar px4dev
Browse files

Fix CAN2 pinout selection thanks to heads-up from Joe van Niekerk

parent 901a9c3e
No related branches found
No related tags found
No related merge requests found
......@@ -252,8 +252,8 @@
* CAN2 is routed to the expansion connector.
*/
#define GPIO_CAN2_RX GPIO_CAN2_RX_2
#define GPIO_CAN2_TX GPIO_CAN2_TX_2
#define GPIO_CAN2_RX GPIO_CAN2_RX_1
#define GPIO_CAN2_TX GPIO_CAN2_TX_1
/*
* I2C
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment