mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-10 10:46:32 +00:00
Fix some delroute errors
This commit is contained in:
parent
ff88e86ef2
commit
28915376e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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) && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue