diff --git a/nshlib/nsh_netcmds.c b/nshlib/nsh_netcmds.c index f197d74bb..5fd5ac83b 100644 --- a/nshlib/nsh_netcmds.c +++ b/nshlib/nsh_netcmds.c @@ -96,7 +96,7 @@ # endif #endif -#ifidef CONFIG_NET_TCP +#ifdef CONFIG_NET_TCP # ifndef CONFIG_NSH_DISABLE_WGET # include "netutils/webclient.h" # endif @@ -1339,3 +1339,4 @@ errout: #endif #endif /* CONFIG_NET */ +