diff --git a/nshlib/nsh_syscmds.c b/nshlib/nsh_syscmds.c index b7be7bcda..0458861ae 100644 --- a/nshlib/nsh_syscmds.c +++ b/nshlib/nsh_syscmds.c @@ -86,7 +86,9 @@ * Private Data ****************************************************************************/ +#ifndef CONFIG_NSH_DISABLE_UNAME static const char g_unknown[] = "unknown"; +#endif /**************************************************************************** * Public Functions