aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-09-22 06:00:45 -0700
committerLorenz Meier <lm@inf.ethz.ch>2013-09-22 06:00:45 -0700
commit6209ce5bfbfbb6af39e68ceefa46e0d8587c24b5 (patch)
tree15327466f33b1a24c1f32edd4ce68dec539b9dd1 /nuttx-configs
parent6616aa6f993c0dc767c7fe7b2e616202c79667d5 (diff)
parentdce13299195dbb14cc70a0390285aaa6ffdd8e5d (diff)
downloadpx4-firmware-6209ce5bfbfbb6af39e68ceefa46e0d8587c24b5.tar.gz
px4-firmware-6209ce5bfbfbb6af39e68ceefa46e0d8587c24b5.tar.bz2
px4-firmware-6209ce5bfbfbb6af39e68ceefa46e0d8587c24b5.zip
Merge pull request #417 from julianoes/hotfix_uart1
Disable USART1 DMA Rx on FMUv1
Diffstat (limited to 'nuttx-configs')
-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 ba211ccb2..e43b9c18e 100644
--- a/nuttx-configs/px4fmu-v1/nsh/defconfig
+++ b/nuttx-configs/px4fmu-v1/nsh/defconfig
@@ -262,7 +262,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