From 2c8dac0463548855c112e13be7567157085ae838 Mon Sep 17 00:00:00 2001 From: Jonathan Armstrong Date: Mon, 9 Dec 2024 00:32:00 -0600 Subject: [PATCH] reduce rx buffer so rcswitch compiles --- inc/uart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/uart.h b/inc/uart.h index 91e7b8f..c58b6f1 100644 --- a/inc/uart.h +++ b/inc/uart.h @@ -13,7 +13,7 @@ // FIXME: explain choice of size // portisch allocated TX=64 and RX=32 -#define UART_RX_BUFFER_SIZE 64 +#define UART_RX_BUFFER_SIZE 48 #define UART_TX_BUFFER_SIZE 32