forked from Archive/PX4-Autopilot
FMUv1: Use small buffer for RX DMA hotfix
This commit is contained in:
parent
ff360aa75a
commit
138daf3b36
|
@ -260,6 +260,8 @@ CONFIG_STM32_USART=y
|
||||||
#
|
#
|
||||||
# U[S]ART Configuration
|
# U[S]ART Configuration
|
||||||
#
|
#
|
||||||
|
# Hot fix for lost data
|
||||||
|
CONFIG_STM32_RXDMA_BUFFER_SIZE_OVERRIDE=64
|
||||||
# CONFIG_USART1_RS485 is not set
|
# CONFIG_USART1_RS485 is not set
|
||||||
# CONFIG_USART1_RXDMA is not set
|
# CONFIG_USART1_RXDMA is not set
|
||||||
# CONFIG_USART2_RS485 is not set
|
# CONFIG_USART2_RS485 is not set
|
||||||
|
|
Loading…
Reference in New Issue