com2w: increase buffer size.

This commit is contained in:
Martin Preuss
2025-09-01 23:25:20 +02:00
parent b95a4fa872
commit eac37b9927

View File

@@ -44,7 +44,7 @@
.equ COM2W_BUFFER_SIZE = NET_BUFFERS_SIZE-1
.equ COM2W_IO_RINGBUFFER_SIZE = 32
.equ COM2W_IO_RINGBUFFER_SIZE = 128
.equ COM2W_IO_FLAGS_BIT_OVR = 7
.equ COM2W_MODE_IDLE = 0