We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1faaefe + 5a08982 commit e9651d4Copy full SHA for e9651d4
include/queue.h
@@ -71,11 +71,11 @@ typedef struct QueueDefinition * QueueSetMemberHandle_t;
71
72
/* For internal use only. These definitions *must* match those in queue.c. */
73
#define queueQUEUE_TYPE_BASE ( ( uint8_t ) 0U )
74
-#define queueQUEUE_TYPE_SET ( ( uint8_t ) 0U )
75
#define queueQUEUE_TYPE_MUTEX ( ( uint8_t ) 1U )
76
#define queueQUEUE_TYPE_COUNTING_SEMAPHORE ( ( uint8_t ) 2U )
77
#define queueQUEUE_TYPE_BINARY_SEMAPHORE ( ( uint8_t ) 3U )
78
#define queueQUEUE_TYPE_RECURSIVE_MUTEX ( ( uint8_t ) 4U )
+#define queueQUEUE_TYPE_SET ( ( uint8_t ) 5U )
79
80
/**
81
* queue. h
0 commit comments