From fa4b047d352a858ca3e1b6d1ab3266e53f073dbc Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 27 Feb 2017 07:49:49 -0600 Subject: [PATCH] Fix typo in last commit --- nshlib/nsh_dbgcmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nshlib/nsh_dbgcmds.c b/nshlib/nsh_dbgcmds.c index 28c90199b..bd5a22596 100644 --- a/nshlib/nsh_dbgcmds.c +++ b/nshlib/nsh_dbgcmds.c @@ -61,7 +61,7 @@ #if !defined(CONFIG_NSH_DISABLE_MB) || !defined(CONFIG_NSH_DISABLE_MH) || \ !defined(CONFIG_NSH_DISABLE_MW) # define NSH_HAVE_MEMCMDS 1 -#wendif +#endif /**************************************************************************** * Private Types