mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Fix compile error introduced yesterday
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2859 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -98,7 +98,7 @@ enum tstate_e
|
||||
#endif
|
||||
#ifndef CONFIG_DISABLE_MQUEUE
|
||||
TSTATE_WAIT_MQNOTEMPTY, /* BLOCKED - Waiting for a MQ to become not empty. */
|
||||
TSTATE_WAIT_MQNOTFULL. /* BLOCKED - Waiting for a MQ to become not full. */
|
||||
TSTATE_WAIT_MQNOTFULL, /* BLOCKED - Waiting for a MQ to become not full. */
|
||||
#endif
|
||||
#ifdef CONFIG_PAGING
|
||||
TSTATE_WAIT_PAGEFILL, /* BLOCKED - Waiting for page fill */
|
||||
|
||||
Reference in New Issue
Block a user