Progress toward kernel build

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3465 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-04-05 01:46:55 +00:00
parent d949b96ead
commit 02d07fcafc
2 changed files with 4 additions and 2 deletions

View File

@@ -69,6 +69,7 @@ typedef int (*exec_t)(void);
* Private Data
****************************************************************************/
#ifndef CONFIG_NSH_DISABLE_PS
static const char *g_statenames[] =
{
"INVALID ",
@@ -85,6 +86,7 @@ static const char *g_statenames[] =
"MQNFULL "
#endif
};
#endif
/****************************************************************************
* Public Data