Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
FMUv2: fixed UART3 flow control pins
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Tridgell authored and rmackay9 committed May 2, 2014
1 parent 0a59f21 commit 9eb74de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuttx-configs/px4fmu-v2/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@

#define GPIO_USART3_RX GPIO_USART3_RX_3
#define GPIO_USART3_TX GPIO_USART3_TX_3
#define GPIO_USART2_RTS GPIO_USART2_RTS_2
#define GPIO_USART2_CTS GPIO_USART2_CTS_2
#define GPIO_USART3_RTS GPIO_USART3_RTS_2
#define GPIO_USART3_CTS GPIO_USART3_CTS_2

#define GPIO_UART4_RX GPIO_UART4_RX_1
#define GPIO_UART4_TX GPIO_UART4_TX_1
Expand Down

0 comments on commit 9eb74de

Please sign in to comment.