Fix recently introduced typo

This commit is contained in:
Gregory Nutt
2015-09-08 11:37:05 -06:00
parent a782eb7e67
commit bc81762bef
+1 -1
View File
@@ -127,7 +127,7 @@
* *
****************************************************************************/ ****************************************************************************/
#if !defined(CONFIG_NSH_ARCHINIT) i|| !defined(CONFIG_NSH_BUILTIN_APPS) #if !defined(CONFIG_NSH_ARCHINIT) || !defined(CONFIG_NSH_BUILTIN_APPS)
static int do_composite_archinitialize(void) static int do_composite_archinitialize(void)
{ {
#ifdef HAVE_SST25 #ifdef HAVE_SST25