Moved NET_BUFFERS_SIZE to network/defs.asm
- Changing this value requires changing the routine NET_Buffer_Locate so its best to keep both in one module. - Redefining it in the individual devices doesn't change the code in NET_Buffer_Locate
This commit is contained in:
@@ -85,7 +85,6 @@
|
||||
|
||||
|
||||
.equ NET_BUFFERS_NUM = 9
|
||||
.equ NET_BUFFERS_SIZE = 32
|
||||
|
||||
.equ UART_HW_MSGNUMINBUF_SIZE = 8
|
||||
.equ UART_HW_MSGNUMOUTBUF_SIZE = 8
|
||||
|
||||
Reference in New Issue
Block a user