aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2012-10-02 09:24:52 +0200
committerLorenz Meier <lm@inf.ethz.ch>2012-10-02 09:24:52 +0200
commitd75266f3903578b845bd5144556bf8379329d489 (patch)
tree3cb6aad3b3e8656e2aaba40ac4b8fdbec3973b4d
parent9de6a815434e15ee7add1ee138ac69a87733287b (diff)
downloadpx4-firmware-d75266f3903578b845bd5144556bf8379329d489.tar.gz
px4-firmware-d75266f3903578b845bd5144556bf8379329d489.tar.bz2
px4-firmware-d75266f3903578b845bd5144556bf8379329d489.zip
Reverted different UART assignment
-rwxr-xr-xnuttx/configs/px4fmu/nsh/defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/px4fmu/nsh/defconfig b/nuttx/configs/px4fmu/nsh/defconfig
index f49fc6107..e1ba862cf 100755
--- a/nuttx/configs/px4fmu/nsh/defconfig
+++ b/nuttx/configs/px4fmu/nsh/defconfig
@@ -236,8 +236,8 @@ CONFIG_AT24XX_MTD_BLOCKSIZE=256
CONFIG_SERIAL_TERMIOS=y
CONFIG_SERIAL_CONSOLE_REINIT=y
-CONFIG_USART1_SERIAL_CONSOLE=n
-CONFIG_USART2_SERIAL_CONSOLE=y
+CONFIG_USART1_SERIAL_CONSOLE=y
+CONFIG_USART2_SERIAL_CONSOLE=n
CONFIG_USART3_SERIAL_CONSOLE=n
CONFIG_UART4_SERIAL_CONSOLE=n
CONFIG_UART5_SERIAL_CONSOLE=n