Revert "Increasing STM serial port buffer"

This reverts commit eefda572bf.
This commit is contained in:
Andy CA6JAU 2017-07-08 13:59:07 -04:00
parent 22f510d167
commit cb3e286585

View file

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