mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
cuav_can-gps-v1:Use corrected pinout
This commit is contained in:
committed by
Daniel Agar
parent
f7aea05b19
commit
fdba8f1f23
@@ -129,7 +129,7 @@
|
|||||||
/* Alternate function pin selections ************************************************/
|
/* Alternate function pin selections ************************************************/
|
||||||
|
|
||||||
/* UARTs */
|
/* UARTs */
|
||||||
#define GPIO_USART1_RX GPIO_USART1_RX_2
|
#define GPIO_USART1_RX GPIO_USART1_RX_3
|
||||||
#define GPIO_USART1_TX GPIO_USART1_TX_2
|
#define GPIO_USART1_TX GPIO_USART1_TX_2
|
||||||
|
|
||||||
#define GPIO_USART2_RX GPIO_USART2_RX_1
|
#define GPIO_USART2_RX GPIO_USART2_RX_1
|
||||||
@@ -140,7 +140,7 @@
|
|||||||
#define GPIO_CAN1_TX GPIO_CAN1_TX_2
|
#define GPIO_CAN1_TX GPIO_CAN1_TX_2
|
||||||
|
|
||||||
/* I2C */
|
/* I2C */
|
||||||
#define GPIO_I2C3_SCL GPIO_I2C3_SCL_2
|
#define GPIO_I2C3_SCL GPIO_I2C3_SCL_1
|
||||||
#define GPIO_I2C3_SDA GPIO_I2C3_SDA_2
|
#define GPIO_I2C3_SDA GPIO_I2C3_SDA_2
|
||||||
|
|
||||||
/* SPI */
|
/* SPI */
|
||||||
|
|||||||
Reference in New Issue
Block a user