mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-15 09:17:44 -04:00
Updating queue.c patches for CBMC proofs (#216)
This commit is contained in:
parent
86117b5173
commit
a691c6199e
2 changed files with 14 additions and 14 deletions
|
@ -11,7 +11,7 @@ index 17a6964e..24a40c29 100644
|
|||
#endif
|
||||
|
||||
/*
|
||||
@@ -2887,7 +2887,7 @@ Queue_t * const pxQueue = xQueue;
|
||||
@@ -2957,7 +2957,7 @@ BaseType_t xQueueIsQueueFullFromISR( const QueueHandle_t xQueue )
|
||||
|
||||
#if ( configUSE_QUEUE_SETS == 1 )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue