aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2012-09-07 11:39:32 +0200
committerLorenz Meier <lm@inf.ethz.ch>2012-09-07 11:39:32 +0200
commitb96d8a445d391ffcac7edefc7f2cb8c685a36237 (patch)
treef671c78c162fbd23677c505c095ff516ca27eb84
parente8307aba176dad21601c6e05db7d4d58999b992d (diff)
downloadpx4-firmware-b96d8a445d391ffcac7edefc7f2cb8c685a36237.tar.gz
px4-firmware-b96d8a445d391ffcac7edefc7f2cb8c685a36237.tar.bz2
px4-firmware-b96d8a445d391ffcac7edefc7f2cb8c685a36237.zip
Enabled RX DMA for UART1
-rwxr-xr-xnuttx/configs/px4fmu/nsh/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/px4fmu/nsh/defconfig b/nuttx/configs/px4fmu/nsh/defconfig
index 89322daf9..3118c998f 100755
--- a/nuttx/configs/px4fmu/nsh/defconfig
+++ b/nuttx/configs/px4fmu/nsh/defconfig
@@ -285,7 +285,7 @@ CONFIG_USART4_2STOP=0
CONFIG_USART5_2STOP=0
CONFIG_USART6_2STOP=0
-CONFIG_USART1_RXDMA=n
+CONFIG_USART1_RXDMA=y
CONFIG_USART2_RXDMA=y
CONFIG_USART3_RXDMA=n
CONFIG_USART4_RXDMA=n