Commit a569b640 authored by Aurelio Colosimo's avatar Aurelio Colosimo Committed by Alessandro Rubini

boards/spec/board.h: ppsi only needs 2 sockets (save about 1k)

Signed-off-by: Aurelio Colosimo's avatarAurelio Colosimo <aurelio@aureliocolosimo.it>
parent 90a4b7ea
......@@ -16,7 +16,11 @@
#define UART_BAUDRATE 115200ULL
/* Maximum number of simultaneously created sockets */
#ifndef CONFIG_PPSI
#define NET_MAX_SOCKETS 4
#else
#define NET_MAX_SOCKETS 2
#endif
/* Socket buffer size, determines the max. RX packet size */
#define NET_SKBUF_SIZE 512
......
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