9
0
Fork 0

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 05d0fd7cf4
commit 3b4bb42270
1 changed files with 1 additions and 1 deletions

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