File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments