NSH: Fix error in conditional compilation in PS command. From Macs N

This commit is contained in:
Gregory Nutt 2015-02-03 07:21:56 -06:00
parent 13854c8b5a
commit 3b60c71103

View File

@ -90,7 +90,7 @@ static const char *g_statenames[] =
"RUNNING ",
"INACTIVE",
"WAITSEM ",
#ifndef CONFIG_DISABLE_MQUEUE
#ifndef CONFIG_DISABLE_SIGNALS
"WAITSIG ",
#endif
#ifndef CONFIG_DISABLE_MQUEUE