mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-08-21 14:36:21 +02:00
New serial port buffer size for STM32F4
This commit is contained in:
+2
-2
@@ -38,8 +38,8 @@ UART5 - TXD PC12 - RXD PD2 (Discovery, Pi and Nucleo with Morpho header)
|
|||||||
|
|
||||||
#if defined(STM32F4XX) || defined(STM32F4)
|
#if defined(STM32F4XX) || defined(STM32F4)
|
||||||
|
|
||||||
#define TX_SERIAL_FIFO_SIZE 1024U
|
#define TX_SERIAL_FIFO_SIZE 512U
|
||||||
#define RX_SERIAL_FIFO_SIZE 1024U
|
#define RX_SERIAL_FIFO_SIZE 512U
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
void USART1_IRQHandler();
|
void USART1_IRQHandler();
|
||||||
|
|||||||
Reference in New Issue
Block a user