Browse Source

Disable USART1 DMA Rx on FMUv1

sbg
Julian Oes 12 years ago
parent
commit
dce1329919
  1. 2
      nuttx-configs/px4fmu-v1/nsh/defconfig

2
nuttx-configs/px4fmu-v1/nsh/defconfig

@ -262,7 +262,7 @@ CONFIG_STM32_USART=y @@ -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

Loading…
Cancel
Save