Fixed some bugs.

This commit is contained in:
Martin Preuss
2025-09-08 22:04:15 +02:00
parent 5b459ef5ac
commit 679865f68b
3 changed files with 7 additions and 5 deletions

View File

@@ -36,7 +36,8 @@
.equ STACK_SIZE = 256
.equ NET_BUFFERS_NUM = 8
.equ NET_BUFFERS_SIZE = 32
.equ NET_MSGNUMINBUF_SIZE = 8 ; max buffer nums in ringbuffer (global incoming)
.equ NET_IFACE_OUTMSGBUF_SIZE = 8 ; max buffer nums in ringbuffer (per interface outbound)