mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-06 21:19:06 +00:00
NSH: Fix error in conditional compilation in PS command. From Macs N
This commit is contained in:
parent
13854c8b5a
commit
3b60c71103
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue