reduce size of net buffers from 32 to 28.
allows us to use 10 buffers in R05.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
; defs
|
||||
|
||||
.equ NET_BUFFERS_SIZE = 32 ; CAVE: need to adapt routine NET_Buffer_Locate when changing this value!!
|
||||
.equ NET_BUFFERS_SIZE = 28 ; CAVE: need to adapt routine NET_Buffer_Locate when changing this value!!
|
||||
|
||||
.equ NET_MSGNUMINBUF_SIZE = 6 ; max buffer nums in ringbuffer (global incoming)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user