Merged david_s5/stm32_serialc-edited-online-with-bitbuck-1494214953115 into master

This commit is contained in:
Gregory Nutt 2017-05-07 22:12:23 -06:00
commit c64983dbeb

View File

@ -187,7 +187,7 @@
# endif
# define RXDMA_MUTIPLE 4
# define RXDMA_BUFFER_SIZE ((CONFIG_STM32_SERIAL_RXDMA_BUFFER_SIZE \
+ RXDMA_MUTIPLE) & ~RXDMA_MUTIPLE)
+ RXDMA_MUTIPLE) & ~(RXDMA_MUTIPLE-1))
/* DMA priority */