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:19 +0100
commit0dc7f223ea26a09cd538114f54d99a7ab130efba (patch)
tree8f3152355f2d1246f73f203732068e1af438aa54 /nuttx-configs
parent4499919f76376f5f9904d672ad5fd85e465badac (diff)
downloadpx4-firmware-0dc7f223ea26a09cd538114f54d99a7ab130efba.tar.gz
px4-firmware-0dc7f223ea26a09cd538114f54d99a7ab130efba.tar.bz2
px4-firmware-0dc7f223ea26a09cd538114f54d99a7ab130efba.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