Skip to content

Commit e254cb1

Browse files
committed
Update comments
Signed-off-by: Gaurav Aggarwal <[email protected]>
1 parent 3501bde commit e254cb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

queue.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3186,7 +3186,7 @@ BaseType_t xQueueIsQueueFullFromISR( const QueueHandle_t xQueue )
31863186
return pxQueue;
31873187
}
31883188

3189-
#endif /* configUSE_QUEUE_SETS */
3189+
#endif /* #if ( ( configUSE_QUEUE_SETS == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) ) */
31903190
/*-----------------------------------------------------------*/
31913191

31923192
#if ( ( configUSE_QUEUE_SETS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
@@ -3206,7 +3206,7 @@ BaseType_t xQueueIsQueueFullFromISR( const QueueHandle_t xQueue )
32063206
return pxQueue;
32073207
}
32083208

3209-
#endif /* configUSE_QUEUE_SETS */
3209+
#endif /* #if ( ( configUSE_QUEUE_SETS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) ) */
32103210
/*-----------------------------------------------------------*/
32113211

32123212
#if ( configUSE_QUEUE_SETS == 1 )

0 commit comments

Comments
 (0)