Skip to content

Commit

Permalink
reduce rx buffer so rcswitch compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mightymos committed Dec 9, 2024
1 parent f206111 commit 2c8dac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 2c8dac0

Please sign in to comment.