reduce size of net buffers from 32 to 28.
allows us to use 10 buffers in R05.
This commit is contained in:
@@ -75,10 +75,7 @@
|
||||
#define APPS_ROUTER
|
||||
|
||||
|
||||
.equ NET_BUFFERS_NUM = 8
|
||||
|
||||
.equ UART_HW_MSGNUMINBUF_SIZE = 8
|
||||
.equ UART_HW_MSGNUMOUTBUF_SIZE = 8
|
||||
.equ NET_BUFFERS_NUM = 10
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user