Increasing STM serial port buffer

This commit is contained in:
Andy CA6JAU 2017-07-04 00:18:22 -04:00
parent 8869950ef7
commit eefda572bf

View file

@ -41,8 +41,8 @@ USART2 - TXD PA2 - RXD PA3
*/
#define TX_SERIAL_FIFO_SIZE 256U
#define RX_SERIAL_FIFO_SIZE 256U
#define TX_SERIAL_FIFO_SIZE 512U
#define RX_SERIAL_FIFO_SIZE 512U
#if defined(STM32_USART1_HOST)