mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
sched/mqueue: make mqueue and mqueue sysv can disable separately
This commit is contained in:
@@ -411,7 +411,7 @@ static FAR const char * const g_statenames[] =
|
||||
"Inactive",
|
||||
"Waiting,Semaphore",
|
||||
"Waiting,Signal"
|
||||
#if !defined(CONFIG_DISABLE_MQUEUE) && !defined(CONFIG_DISABLE_MQUEUE_SYSV)
|
||||
#if !defined(CONFIG_DISABLE_MQUEUE) || !defined(CONFIG_DISABLE_MQUEUE_SYSV)
|
||||
, "Waiting,MQ empty"
|
||||
, "Waiting,MQ full"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user