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:
Martin Preuss
2025-07-11 23:24:26 +02:00
parent 3283a38981
commit c1ea4212f2
17 changed files with 7 additions and 20 deletions

View File

@@ -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