increased buffer size.

This commit is contained in:
Martin Preuss
2025-05-18 01:04:15 +02:00
parent cf1eba68f0
commit d000c8621e

View File

@@ -13,7 +13,7 @@
.equ UART_RINGBUFFER_IN_SIZE = 24
.equ UART_RINGBUFFER_OUT_SIZE = 24
.equ UART_RINGBUFFER_OUT_SIZE = 32
.equ UART_FLAGS_TXEN_BIT = 7