mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-22 13:32:52 +00:00
Max the UART TX buffer size
This commit is contained in:
@@ -108,11 +108,11 @@
|
||||
|
||||
// Size of the ring buffers, must be power of 2
|
||||
// default 32
|
||||
#define RX_BUFFER_SIZE 64
|
||||
#define RX_BUFFER_SIZE 128
|
||||
|
||||
// Size of the ring buffers, must be power of 2
|
||||
// default 32
|
||||
#define TX_BUFFER_SIZE 128
|
||||
#define TX_BUFFER_SIZE 256
|
||||
|
||||
/*******************config for multiple USART * mcu's*************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user