summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2013-08-02 20:22:03 +1000
committerLorenz Meier <lm@inf.ethz.ch>2013-08-02 12:26:05 +0200
commit53a86709353fa67c32258f405060313f18588cc8 (patch)
treedb2a187b6991a32ae8998ba80a8a9b473641028f
parent33dbfeb049d5366bc56ef3bb89f08559f5024b61 (diff)
downloadnuttx-53a86709353fa67c32258f405060313f18588cc8.tar.gz
nuttx-53a86709353fa67c32258f405060313f18588cc8.tar.bz2
nuttx-53a86709353fa67c32258f405060313f18588cc8.zip
px4fmu-v1: disable RXDMA on USART1
this is needed to be able to run a nsh console on USART1
-rw-r--r--nuttx/configs/px4fmu-v1/nsh/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/px4fmu-v1/nsh/defconfig b/nuttx/configs/px4fmu-v1/nsh/defconfig
index 6f852c5e4..81908747c 100644
--- a/nuttx/configs/px4fmu-v1/nsh/defconfig
+++ b/nuttx/configs/px4fmu-v1/nsh/defconfig
@@ -264,7 +264,7 @@ CONFIG_STM32_USART=y
# U[S]ART Configuration
#
# CONFIG_USART1_RS485 is not set
-CONFIG_USART1_RXDMA=y
+# CONFIG_USART1_RXDMA is not set
# CONFIG_USART2_RS485 is not set
CONFIG_USART2_RXDMA=y
# CONFIG_USART3_RXDMA is not set