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:
@@ -48,7 +48,6 @@
|
||||
; generic
|
||||
|
||||
.equ NET_BUFFERS_NUM = 6
|
||||
.equ NET_BUFFERS_SIZE = 32
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user