mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
Merged david_s5/stm32_serialc-edited-online-with-bitbuck-1494214953115 into master
This commit is contained in:
@@ -187,7 +187,7 @@
|
|||||||
# endif
|
# endif
|
||||||
# define RXDMA_MUTIPLE 4
|
# define RXDMA_MUTIPLE 4
|
||||||
# define RXDMA_BUFFER_SIZE ((CONFIG_STM32_SERIAL_RXDMA_BUFFER_SIZE \
|
# define RXDMA_BUFFER_SIZE ((CONFIG_STM32_SERIAL_RXDMA_BUFFER_SIZE \
|
||||||
+ RXDMA_MUTIPLE) & ~RXDMA_MUTIPLE)
|
+ RXDMA_MUTIPLE) & ~(RXDMA_MUTIPLE-1))
|
||||||
|
|
||||||
/* DMA priority */
|
/* DMA priority */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user