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.
1 parent e7c632e commit 3501bdeCopy full SHA for 3501bde
queue.c
@@ -3191,7 +3191,9 @@ BaseType_t xQueueIsQueueFullFromISR( const QueueHandle_t xQueue )
3191
3192
#if ( ( configUSE_QUEUE_SETS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
3193
3194
- QueueSetHandle_t xQueueCreateSetStatic( const UBaseType_t uxEventQueueLength, uint8_t * pucQueueStorage, StaticQueue_t * pxStaticQueue )
+ QueueSetHandle_t xQueueCreateSetStatic( const UBaseType_t uxEventQueueLength,
3195
+ uint8_t * pucQueueStorage,
3196
+ StaticQueue_t * pxStaticQueue )
3197
{
3198
QueueSetHandle_t pxQueue;
3199
0 commit comments