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

Fix some delroute errors

parent ff88e86e
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ static const struct cmdmap_s g_cmdmap[] =
# endif
#if defined(CONFIG_NET) && defined(CONFIG_NET_ROUTE) && !defined(CONFIG_NSH_DISABLE_DELROUTE)
{ "delroute", cmd_addroute, 3, 3, "<target> <netmask>" },
{ "delroute", cmd_delroute, 3, 3, "<target> <netmask>" },
#endif
#if CONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT) && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment