aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2014-02-10 12:08:39 +1100
committerLorenz Meier <lm@inf.ethz.ch>2014-02-10 10:08:50 +0100
commitb0c60296f58dfec02f115d0033f61e95389f5931 (patch)
tree8c1c291ce4dddb526c95fc30e0f1192bba5c54a7 /nuttx-configs
parent70964dd87c72b2b9bd475645654e894ba827ac64 (diff)
downloadpx4-firmware-b0c60296f58dfec02f115d0033f61e95389f5931.tar.gz
px4-firmware-b0c60296f58dfec02f115d0033f61e95389f5931.tar.bz2
px4-firmware-b0c60296f58dfec02f115d0033f61e95389f5931.zip
FMUv2: fixed UART3 flow control pins
Diffstat (limited to 'nuttx-configs')
-rwxr-xr-xnuttx-configs/px4fmu-v2/include/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx-configs/px4fmu-v2/include/board.h b/nuttx-configs/px4fmu-v2/include/board.h
index e56b14ba4..850043ddf 100755
--- a/nuttx-configs/px4fmu-v2/include/board.h
+++ b/nuttx-configs/px4fmu-v2/include/board.h
@@ -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