Commit 48d220ab authored by Aurelio Colosimo's avatar Aurelio Colosimo

ppsi: NET_MAX_SOCKETS is set to 1 in ppsi case, for lower RAM usage

Signed-off-by: Aurelio Colosimo's avatarAurelio Colosimo <aurelio@aureliocolosimo.it>
parent 9bc9c10f
......@@ -19,7 +19,7 @@
#ifndef CONFIG_PPSI
#define NET_MAX_SOCKETS 4
#else
#define NET_MAX_SOCKETS 2
#define NET_MAX_SOCKETS 1
#endif
/* Socket buffer size, determines the max. RX packet size */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment