Updating queue.c patches for CBMC proofs (#216)

This commit is contained in:
Cobus van Eeden 2020-08-26 13:07:15 -07:00 committed by GitHub
parent 86117b5173
commit a691c6199e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

View file

@ -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 )