Skip to content
Snippets Groups Projects
Commit 63b6d3bd authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Add NSH addroute and delroute commands

parent 0e447ff9
Branches
Tags
No related merge requests found
......@@ -440,5 +440,3 @@ endif
comment "System Logging Device Options"
source drivers/syslog/Kconfig
......@@ -68,8 +68,7 @@ config NET_SOCKOPTS
config NET_BUFSIZE
int "Network packet size"
default 562 if !NET_TCP && NET_UDP && !NET_SLIP
default 420 if NET_TCP && !NET_UDP && !NET_SLIP
default 562 if !NET_SLIP
default 296 if NET_SLIP
---help---
uIP buffer size. Default: 562
......
......@@ -41,6 +41,7 @@
#include <stdint.h>
#include <errno.h>
#include <assert.h>
#include <arch/irq.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment