mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 02:17:37 +08:00
Fix some delroute errors
This commit is contained in:
@@ -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) && \
|
||||
|
Reference in New Issue
Block a user