Testing new serial port buffer size for STM32F4

This commit is contained in:
Andy CA6JAU 2017-04-01 11:52:34 -03:00
parent 6b0868b8f2
commit ab50521f74
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ UART5 - TXD PC12 - RXD PD2 (Discovery, Pi and Nucleo with Morpho header)
#if defined(STM32F4XX) || defined(STM32F4)
#define TX_SERIAL_FIFO_SIZE 256U
#define RX_SERIAL_FIFO_SIZE 256U
#define TX_SERIAL_FIFO_SIZE 1024U
#define RX_SERIAL_FIFO_SIZE 1024U
extern "C" {
void USART1_IRQHandler();