reduce size of net buffers from 32 to 28.

allows us to use 10 buffers in R05.
This commit is contained in:
Martin Preuss
2025-07-12 00:21:47 +02:00
parent 003f53b0b7
commit 3cd23d5f60
6 changed files with 38 additions and 12 deletions

View File

@@ -11,7 +11,8 @@
#define AVR_MODULES_UART_HW2_DEFS_H
.equ UART_HW2_BUFFER_SIZE = NET_BUFFERS_SIZE
;.equ UART_HW2_BUFFER_SIZE = NET_BUFFERS_SIZE
.equ UART_HW2_BUFFER_SIZE = NET_BUFFERS_SIZE-1
.equ UART_HW2_MODE_IDLE = 0